dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #00896
Re: Eigenvalue solver class
Great. I'm planning to add a Maxwell/Helmholtz solver once I get the
Nedelec elements into FFC. Then this will be very useful.
/Anders
On Thu, Sep 01, 2005 at 01:19:57AM +0200, Garth N. Wells wrote:
> I've added a class EigenvalueSolver and removed the eigenvalue function from the
> class GMRES.
>
> To use it,
>
> Vector EigenReal, EigenComplex;
> EigenvalueSolver esolve;
>
> // Return all eigenvalues of the matrix A in the vectors
> // EigenReal (real component) and EigenComplex (complex component)
> esolve.eigen(A, EigenReal, EigenComplex);
>
> Garth
>
>
>
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev
>
--
Anders Logg
Research Assistant Professor
Toyota Technological Institute at Chicago
http://www.tti-c.org/logg/
Follow ups
References