OpenCMISS-Iron Internal API Documentation

The types of iterative linear solvers. More...

Collaboration diagram for OPENCMISS::Solver::IterativeLinearSolverTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_richardson = SOLVER_ITERATIVE_RICHARDSON
 Richardson iterative solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_chebyshev = SOLVER_ITERATIVE_CHEBYSHEV
 Chebychev iterative solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_conjugate_gradient = SOLVER_ITERATIVE_CONJUGATE_GRADIENT
 Conjugate gradient iterative solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_biconjugate_gradient = SOLVER_ITERATIVE_BICONJUGATE_GRADIENT
 Bi-conjugate gradient iterative solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_gmres = SOLVER_ITERATIVE_GMRES
 Generalised minimum residual iterative solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_bicgstab = SOLVER_ITERATIVE_BiCGSTAB
 Stabalised bi-conjugate gradient iterative solver type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_conjgrad_squared = SOLVER_ITERATIVE_CONJGRAD_SQUARED
 Conjugate gradient squared iterative solver type. More...
 

Detailed Description

The types of iterative linear solvers.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_bicgstab = SOLVER_ITERATIVE_BiCGSTAB

Stabalised bi-conjugate gradient iterative solver type.

See also
OPENCMISS::Solver::IterativeLinearSolverTypes,OPENCMISS

Definition at line 6057 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_biconjugate_gradient = SOLVER_ITERATIVE_BICONJUGATE_GRADIENT

Bi-conjugate gradient iterative solver type.

See also
OPENCMISS::Solver::IterativeLinearSolverTypes,OPENCMISS

Definition at line 6055 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_chebyshev = SOLVER_ITERATIVE_CHEBYSHEV

Chebychev iterative solver type.

See also
OPENCMISS::Solver::IterativeLinearSolverTypes,OPENCMISS

Definition at line 6053 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_conjgrad_squared = SOLVER_ITERATIVE_CONJGRAD_SQUARED

Conjugate gradient squared iterative solver type.

See also
OPENCMISS::Solver::IterativeLinearSolverTypes,OPENCMISS

Definition at line 6058 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_conjugate_gradient = SOLVER_ITERATIVE_CONJUGATE_GRADIENT

Conjugate gradient iterative solver type.

See also
OPENCMISS::Solver::IterativeLinearSolverTypes,OPENCMISS

Definition at line 6054 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_gmres = SOLVER_ITERATIVE_GMRES

Generalised minimum residual iterative solver type.

See also
OPENCMISS::Solver::IterativeLinearSolverTypes,OPENCMISS

Definition at line 6056 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_iterative_richardson = SOLVER_ITERATIVE_RICHARDSON

Richardson iterative solver type.

See also
OPENCMISS::Solver::IterativeLinearSolverTypes,OPENCMISS

Definition at line 6052 of file opencmiss_iron.f90.