OpenCMISS-Iron Internal API Documentation
|
Contains information on the solver matrix. More...
Public Attributes | |
integer(intg) | matrix_number |
The number of the solver matrix. More... | |
type(solver_matrices_type), pointer | solver_matrices |
A pointer to the solver matrices for this solver matrix. More... | |
logical | update_matrix |
Is .TRUE. if the solver matrix is to be updated. More... | |
integer(intg) | storage_type |
The storage type for the solver matrix. More... | |
integer(intg) | number_of_columns |
The number of columns in the distributed solver matrix. More... | |
type(distributed_vector_type), pointer | solver_vector |
A pointer to the distributed solver vector associated with the matrix. More... | |
type(distributed_matrix_type), pointer | matrix |
A pointer to the distributed solver matrix data. More... | |
type(distributed_matrix_type), pointer types::solver_matrix_type::matrix |
integer(intg) types::solver_matrix_type::matrix_number |
integer(intg) types::solver_matrix_type::number_of_columns |
type(solver_matrices_type), pointer types::solver_matrix_type::solver_matrices |
type(distributed_vector_type), pointer types::solver_matrix_type::solver_vector |
integer(intg) types::solver_matrix_type::storage_type |