OpenCMISS-Iron Internal API Documentation
|
Contains information of the linear 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_linear_matrices |
The number of linear 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 linear equations matrix. More... | |
Contains information of the linear matrices for equations matrices.
type(equations_matrices_type), pointer types::equations_matrices_linear_type::equations_matrices |
type(equations_matrix_ptr_type), dimension(:), allocatable types::equations_matrices_linear_type::matrices |