OpenCMISS-Iron Internal API Documentation
|
Contains information of the dynamic matrices for equations matrices. More...
Public Attributes | |
type(equations_matrices_type), pointer | equations_matrices |
A pointer back to the equations matrices. More... | |
integer(intg) | number_of_dynamic_matrices |
The number of dynamic equations matrices defined for the equations set. More... | |
type(equations_matrix_ptr_type), dimension(:), allocatable | matrices |
MATRICES(matrix_idx)PTR contains the information on the matrix_idx'th dynamic equations matrix. More... | |
type(distributed_vector_type), pointer | temp_vector |
Temporary vector used for assembly. More... | |
Contains information of the dynamic matrices for equations matrices.
type(equations_matrices_type), pointer types::equations_matrices_dynamic_type::equations_matrices |
type(equations_matrix_ptr_type), dimension(:), allocatable types::equations_matrices_dynamic_type::matrices |
integer(intg) types::equations_matrices_dynamic_type::number_of_dynamic_matrices |
type(distributed_vector_type), pointer types::equations_matrices_dynamic_type::temp_vector |