I'm using (a subclass) of FEMSystem, with NewtonSolver, and I'd like to detect whether or not a quasi-Newton solve converged, i.e. I'd like to detect whether NewtonSolver::solve returns the enum DiffSolver::DIVERGED_MAX_NONLINEAR_ITERATIONS. Maybe I'm missing something, but I didn't see any easy way to access this return value? Also, the _solve_result member in DiffSolver is protected, so I just wanted to ask what the easiest way to access that value would be? Maybe a getter method in DiffSolver for that member would be useful?
Thanks for the help. - Dave ------------------------------------------------------------------------- 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
