OpenCMISS-Iron Internal API Documentation
|
Contains information of the source vector for equations matrices. More...
Public Attributes | |
type(equations_matrices_type), pointer | equations_matrices |
A pointer back to the equations matrices. More... | |
logical | update_vector |
Is .TRUE. if the equtions rhs vector is to be updated. More... | |
logical | first_assembly |
Is .TRUE. if this source vector has not been assembled. More... | |
type(distributed_vector_type), pointer | vector |
A pointer to the distributed source vector data. More... | |
type(element_vector_type) | element_vector |
The element source information. More... | |
type(nodalvectortype) | nodalvector |
The nodal source information. More... | |
Contains information of the source vector for equations matrices.
type(element_vector_type) types::equations_matrices_source_type::element_vector |
type(equations_matrices_type), pointer types::equations_matrices_source_type::equations_matrices |
logical types::equations_matrices_source_type::first_assembly |
type(nodalvectortype) types::equations_matrices_source_type::nodalvector |
logical types::equations_matrices_source_type::update_vector |
type(distributed_vector_type), pointer types::equations_matrices_source_type::vector |