|
OpenCMISS-Iron FORTRAN API Documentation
|
The types of linear solvers. More...
|
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... | |
The types of linear solvers.
| integer(intg), parameter, public opencmiss_iron::cmfe_solver_linear_direct_solve_type = SOLVER_LINEAR_DIRECT_SOLVE_TYPE |
Direct linear solver type.
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.
Definition at line 6038 of file opencmiss_iron.f90.