Ok - here's the final list: Parameter Names:
"nonlinear solver maximum iterations" "nonlinear solver maximum function evaluations" "nonlinear solver absolute residual tolerance" "nonlinear solver relative residual tolerance" "nonlinear solver absolute step tolerance" "nonlinear solver relative step tolerance" "linear solver maximum iterations" "linear solver tolerance" "linear solver minimum tolerance" Yep - I repurposed "linear solver maximum iterations" and "linear solver tolerance" so that they mean the number of iterations and _initial_ tolerance during the linear steps of the non-linear solve. And these are the public variables I'm adding to NonlinearSolver: max_nonlinear_iterations max_function_evaluations absolute_residual_tolerance relative_residual_tolerance absolute_step_tolerance relative_step_tolerance max_linear_iterations initial_linear_tolerance minimum_linear_tolerance Any objections to all of this? Derek ------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
