OpenCMISS-Iron Internal API Documentation
|
Contains information for a direct linear solver. More...
Public Attributes | |
type(linear_solver_type), pointer | linear_solver |
A pointer to the linear solver. More... | |
integer(intg) | solver_library |
The library type for the linear direct solver. More... | |
integer(intg) | solver_matrices_library |
The library type for the linear direct solver matrices. More... | |
integer(intg) | direct_solver_type |
The type of direct linear solver. More... | |
type(petscpctype) | pc |
The PETSc preconditioner object. More... | |
type(petscksptype) | ksp |
The PETSc solver object. More... | |
integer(intg) types::linear_direct_solver_type::direct_solver_type |
type(petscksptype) types::linear_direct_solver_type::ksp |
type(linear_solver_type), pointer types::linear_direct_solver_type::linear_solver |
type(petscpctype) types::linear_direct_solver_type::pc |
integer(intg) types::linear_direct_solver_type::solver_library |
The library type for the linear direct solver.
integer(intg) types::linear_direct_solver_type::solver_matrices_library |
The library type for the linear direct solver matrices.