OpenCMISS-Iron Internal API Documentation

The types of direct linear solvers. More...

Collaboration diagram for OPENCMISS::Solver::DirectLinearSolverTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_direct_lu = SOLVER_DIRECT_LU
 LU direct linear solver. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_direct_cholesky = SOLVER_DIRECT_CHOLESKY
 Cholesky direct linear solver. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_direct_svd = SOLVER_DIRECT_SVD
 SVD direct linear solver. More...
 

Detailed Description

The types of direct linear solvers.

Todo:
Move libraries to a more appropriate place.
See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_direct_cholesky = SOLVER_DIRECT_CHOLESKY

Cholesky direct linear solver.

See also
OPENCMISS::Solver::DirectLinearSolverTypes,OPENCMISS

Definition at line 6045 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_direct_lu = SOLVER_DIRECT_LU

LU direct linear solver.

See also
OPENCMISS::Solver::DirectLinearSolverTypes,OPENCMISS

Definition at line 6044 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_direct_svd = SOLVER_DIRECT_SVD

SVD direct linear solver.

See also
OPENCMISS::Solver::DirectLinearSolverTypes,OPENCMISS

Definition at line 6046 of file opencmiss_iron.f90.