OpenCMISS-Iron Internal API Documentation

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

Collaboration diagram for OPENCMISS::Solver::NewtonConvergenceTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_convergence_petsc_default = SOLVER_NEWTON_CONVERGENCE_PETSC_DEFAULT
 Newton solver Petsc default convergence test type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_convergence_energy_norm = SOLVER_NEWTON_CONVERGENCE_ENERGY_NORM
 Newton solver energy norm convergence test type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_convergence_differentiated_ratio = SOLVER_NEWTON_CONVERGENCE_DIFFERENTIATED_RATIO
 Newton solver Sum of differentiated ratios of unconstrained to constrained residuals convergence test type. More...
 

Detailed Description

The convergence test types for a nonlinear newton solver.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_convergence_differentiated_ratio = SOLVER_NEWTON_CONVERGENCE_DIFFERENTIATED_RATIO

Newton solver Sum of differentiated ratios of unconstrained to constrained residuals convergence test type.

See also
OPENCMISS::Solver::NewtonConvergenceTypes,OPENCMISS

Definition at line 6152 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_convergence_energy_norm = SOLVER_NEWTON_CONVERGENCE_ENERGY_NORM

Newton solver energy norm convergence test type.

See also
OPENCMISS::Solver::NewtonConvergenceTypes,OPENCMISS

Definition at line 6151 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_newton_convergence_petsc_default = SOLVER_NEWTON_CONVERGENCE_PETSC_DEFAULT

Newton solver Petsc default convergence test type.

See also
OPENCMISS::Solver::NewtonConvergenceTypes,OPENCMISS

Definition at line 6150 of file opencmiss_iron.f90.