OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::JacobianCalculationTypes

The Jacobian calculation types for a nonlinear solver. More...

Variables

integer(intg), parameter, public solver_routines::solver_newton_jacobian_not_calculated =1
 The Jacobian values will not be calculated for the nonlinear equations set. More...
 
integer(intg), parameter, public solver_routines::solver_newton_jacobian_equations_calculated =2
 The Jacobian values will be calculated analytically for the nonlinear equations set. More...
 
integer(intg), parameter, public solver_routines::solver_newton_jacobian_fd_calculated =3
 The Jacobian values will be calculated using finite differences for the nonlinear equations set. More...
 

Detailed Description

The Jacobian calculation types for a nonlinear solver.

See also
SOLVER_ROUTINES

Variable Documentation

integer(intg), parameter, public solver_routines::solver_newton_jacobian_equations_calculated =2
integer(intg), parameter, public solver_routines::solver_newton_jacobian_fd_calculated =3
integer(intg), parameter, public solver_routines::solver_newton_jacobian_not_calculated =1