On Tue, Jul 22, 2008 at 9:19 PM, Andrea Hawkins <[EMAIL PROTECTED]> wrote: > > It seems like this function might not have access to it in this > manner, since only the function pointer is in the class > nonlinear_solver and not the function itself.
I think I finally understand what the problem is... the "jacobian" is actually a function pointer that you attach, and therefore it knows nothing about the contents of the NonlinearSolver class, only the Matrix and Vector that are passed in. Hm...I'm not immediately sure how to get around this issue, but I'll keep looking. -- 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
