OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::LinearSolverTypes

The types of linear solvers. More...

Variables

integer(intg), parameter, public solver_routines::solver_linear_direct_solve_type =1
 Direct linear solver type. More...
 
integer(intg), parameter, public solver_routines::solver_linear_iterative_solve_type =2
 Iterative linear solver type. More...
 

Detailed Description

The types of linear solvers.

See also
SOLVER_ROUTINES

Variable Documentation