OpenCMISS-Iron FORTRAN API Documentation

The types of linear solvers. More...

Collaboration diagram for OPENCMISS::Solver::LinearSolverTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_linear_direct_solve_type = SOLVER_LINEAR_DIRECT_SOLVE_TYPE
 Direct linear solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_linear_iterative_solve_type = SOLVER_LINEAR_ITERATIVE_SOLVE_TYPE
 Iterative linear solver type. More...
 

Detailed Description

The types of linear solvers.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_linear_direct_solve_type = SOLVER_LINEAR_DIRECT_SOLVE_TYPE

Direct linear solver type.

See also
OPENCMISS::Solver::LinearSolverTypes,OPENCMISS

Definition at line 6037 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_linear_iterative_solve_type = SOLVER_LINEAR_ITERATIVE_SOLVE_TYPE

Iterative linear solver type.

See also
OPENCMISS::Solver::LinearSolverTypes,OPENCMISS

Definition at line 6038 of file opencmiss_iron.f90.