OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::NewtonConvergenceTestTypes

The convergence test types for a nonlinear solver. More...

Variables

integer(intg), parameter, public solver_routines::solver_newton_convergence_petsc_default =1
 Petsc default convergence test. More...
 
integer(intg), parameter, public solver_routines::solver_newton_convergence_energy_norm =2
 Energy norm convergence test. More...
 
integer(intg), parameter, public solver_routines::solver_newton_convergence_differentiated_ratio =3
 Sum of differentiated ratios of unconstrained to constrained residuals convergence test. More...
 

Detailed Description

The convergence test types for a nonlinear solver.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_routines::solver_newton_convergence_differentiated_ratio =3