OpenCMISS-Iron Internal API Documentation
|
Contains information about an equations matrix. More...
Public Attributes | |
integer(intg) | matrix_number |
The number of the equations matrix. More... | |
type(equations_matrices_dynamic_type), pointer | dynamic_matrices |
A pointer to the dynamic equations matrices for the dynamic equation matrix. More... | |
type(equations_matrices_linear_type), pointer | linear_matrices |
A pointer to the linear equations matrices for the linear equation matrix. More... | |
integer(intg) | storage_type |
The storage (sparsity) type for this matrix. More... | |
integer(intg) | structure_type |
The structure (sparsity) type for this matrix. More... | |
logical | lumped |
Is .TRUE. if the equations matrix is lumped. More... | |
integer(intg) | number_of_columns |
The number of columns in this equations matrix. More... | |
logical | update_matrix |
Is .TRUE. if this equations matrix is to be updated. More... | |
logical | first_assembly |
Is .TRUE. if this equations matrix has not been assembled. More... | |
type(distributed_matrix_type), pointer | matrix |
A pointer to the distributed equations matrix data. More... | |
type(element_matrix_type) | element_matrix |
The element matrix for this equations matrix. More... | |
type(nodalmatrixtype) | nodalmatrix |
The nodal matrix for this equations matrix. More... | |
type(distributed_vector_type), pointer | temp_vector |
Temporary vector used for assembly. More... | |
type(equations_matrices_dynamic_type), pointer types::equations_matrix_type::dynamic_matrices |
type(element_matrix_type) types::equations_matrix_type::element_matrix |
logical types::equations_matrix_type::first_assembly |
type(equations_matrices_linear_type), pointer types::equations_matrix_type::linear_matrices |
logical types::equations_matrix_type::lumped |
type(distributed_matrix_type), pointer types::equations_matrix_type::matrix |
integer(intg) types::equations_matrix_type::matrix_number |
type(nodalmatrixtype) types::equations_matrix_type::nodalmatrix |
integer(intg) types::equations_matrix_type::number_of_columns |
integer(intg) types::equations_matrix_type::storage_type |
integer(intg) types::equations_matrix_type::structure_type |
type(distributed_vector_type), pointer types::equations_matrix_type::temp_vector |