22 #ifndef __HERMES_COMMON_NEWTON_MATRIX_SOLVER_H_
23 #define __HERMES_COMMON_NEWTON_MATRIX_SOLVER_H_
31 template<
typename Scalar>
39 virtual double update_solution_return_change_norm(Scalar* linear_system_solution);
49 inline std::string
getClassName()
const {
return "NewtonMatrixSolver"; }
General namespace for the Hermes library.
std::string getClassName() const
State querying helpers.
Base class for defining interface for nonlinear solvers.
NonlinearConvergenceState
Nonlinear Convergence state.
General nonlinear solver functionality.