OpenCMISS-Iron Internal API Documentation
|
Contains information for a linear solver. More...
Public Attributes | |
type(solver_type), pointer | solver |
A pointer to the solver. More... | |
integer(intg) | linear_solve_type |
The type of linear solver. More... | |
logical | linked_newton_petsc_solver |
Is .TRUE. if this linear solver has been linked from a PETSc Newton solver, .FALSE. if not. More... | |
type(linear_direct_solver_type), pointer | direct_solver |
A pointer to the direct solver information. More... | |
type(linear_iterative_solver_type), pointer | iterative_solver |
A pointer to the iterative solver information. More... | |
type(linear_direct_solver_type), pointer types::linear_solver_type::direct_solver |
type(linear_iterative_solver_type), pointer types::linear_solver_type::iterative_solver |
integer(intg) types::linear_solver_type::linear_solve_type |
The type of linear solver.
logical types::linear_solver_type::linked_newton_petsc_solver |
type(solver_type), pointer types::linear_solver_type::solver |