OpenCMISS-Iron Internal API Documentation
|
Contains information of the RHS 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 rhs vector has not been assembled. More... | |
type(distributed_vector_type), pointer | vector |
A pointer to the distributed global rhs vector data. More... | |
type(element_vector_type) | element_vector |
The element rhs information. More... | |
type(nodalvectortype) | nodalvector |
The nodal rhs information. More... | |
Contains information of the RHS vector for equations matrices.
type(element_vector_type) types::equations_matrices_rhs_type::element_vector |
type(equations_matrices_type), pointer types::equations_matrices_rhs_type::equations_matrices |
logical types::equations_matrices_rhs_type::first_assembly |
type(nodalvectortype) types::equations_matrices_rhs_type::nodalvector |
logical types::equations_matrices_rhs_type::update_vector |
type(distributed_vector_type), pointer types::equations_matrices_rhs_type::vector |