OpenCMISS-Iron Internal API Documentation

The types of solver. More...

Collaboration diagram for OPENCMISS::Solver::SolverTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_linear_type = SOLVER_LINEAR_TYPE
 A linear solver. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_type = SOLVER_NONLINEAR_TYPE
 A nonlinear solver. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_type = SOLVER_DYNAMIC_TYPE
 A dynamic solver. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_type = SOLVER_DAE_TYPE
 A differential-algebraic equation solver. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_eigenproblem_type = SOLVER_EIGENPROBLEM_TYPE
 A eigenproblem solver. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_optimiser_type = SOLVER_OPTIMISER_TYPE
 An optimiser solver. More...
 
integer(intg), parameter opencmiss_iron::cmfe_solvercellmlevaluatortype = SOLVER_CELLML_EVALUATOR_TYPE
 A CellML evaluator solver. More...
 

Detailed Description

The types of solver.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dae_type = SOLVER_DAE_TYPE

A differential-algebraic equation solver.

See also
OPENCMISS::Solver::SolverTypes,OPENCMISS

Definition at line 6011 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_dynamic_type = SOLVER_DYNAMIC_TYPE

A dynamic solver.

See also
OPENCMISS::Solver::SolverTypes,OPENCMISS

Definition at line 6010 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_eigenproblem_type = SOLVER_EIGENPROBLEM_TYPE

A eigenproblem solver.

See also
OPENCMISS::Solver::SolverTypes,OPENCMISS

Definition at line 6012 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_linear_type = SOLVER_LINEAR_TYPE

A linear solver.

See also
OPENCMISS::Solver::SolverTypes,OPENCMISS

Definition at line 6008 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_nonlinear_type = SOLVER_NONLINEAR_TYPE

A nonlinear solver.

See also
OPENCMISS::Solver::SolverTypes,OPENCMISS

Definition at line 6009 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_optimiser_type = SOLVER_OPTIMISER_TYPE

An optimiser solver.

See also
OPENCMISS::Solver::SolverTypes,OPENCMISS

Definition at line 6013 of file opencmiss_iron.f90.

integer(intg), parameter opencmiss_iron::cmfe_solvercellmlevaluatortype = SOLVER_CELLML_EVALUATOR_TYPE
private

A CellML evaluator solver.

See also
OPENCMISS::Solver::SolverTypes,OPENCMISS

Definition at line 6014 of file opencmiss_iron.f90.