On Mon, Sep 1, 2008 at 3:41 AM, Nasser Mohieddin Abukhdeir <[EMAIL PROTECTED]> wrote: > thanks (everyone) for the help, adding the include took care of the > problem, I won't make that mistake again.. > > As for the inheritance change, that does make alot of sense, I am just > not confident enough right now to implement this change with my newbie > C++ skills. I think I have a decent grasp on a postprocessing using > ExplicitSystem so I'd like to start a DiffSystem section on the wiki and > add this as an example. > > Also, I'm using the Gnu Scientific Library to calculate the > eigenvalues/vectors. I have used this library alot in the past (years > ago), is this the best way to go for my postprocessing tasks? >
It sounds like you are solving a bunch of small dense eigenproblems, so yeah if the GSL is already working for you then that's probably the way to go. For large spare eigenproblems, SLEPc has worked well for me in the past. -- John ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
