[Getdp] Question regarding the "MicroWaveElectricField" example on Wiki.

Andrew Isaverdian Andrew.Isaverdian at varian.com
Tue May 2 19:38:16 CEST 2006


In MWE.pro file, when I try 

 

 Name MW_e_2D_PVP;
    System {
      { Name A; NameOfFormulation MW_e_2D; } 
    }
    Operation { 
      GenerateSeparate[A]; Lanczos[A, 19, {1:5}, 0]; SaveSolutions[A] ;
    }

 

GetDP calculates only 2 first eigenvalues and stops at the third one
with "BAD Eigenvalue....  Error = 10^99, etc.)

 

If I try

 

Name MW_e_2D_PVP;

    System {

      { Name A; NameOfFormulation MW_e_2D; Type ComplexValue; } // or
Type Complex

    }

    Operation { 

      GenerateSeparate[A]; EigenSolve[A, 5, 0, 0]; SaveSolutions[A] ;

    }

  

then the solver stops with a message " ... Error: LinAlg_CopyMatrix not
yet implemented."

 

Is there a way around it? For example, EigenSolve works fine with
beam.pro, Elasticity_3D.pro.

 

Thank you, 

 

Andrew 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/getdp/attachments/20060502/7ebf4fa7/attachment.html>