OpenCMISS-Iron Internal API Documentation
|
Contains information of the RHS vector for interface matrices. More...
Public Attributes | |
type(interface_matrices_type), pointer | interface_matrices |
A pointer back to the interface matrices. More... | |
logical | update_vector |
Is .TRUE. if the interface 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 | rhs_vector |
A pointer to the distributed global rhs vector data. More... | |
type(element_vector_type) | element_vector |
The element rhs information. More... | |
Contains information of the RHS vector for interface matrices.
type(element_vector_type) types::interface_rhs_type::element_vector |
logical types::interface_rhs_type::first_assembly |
type(interface_matrices_type), pointer types::interface_rhs_type::interface_matrices |
type(distributed_vector_type), pointer types::interface_rhs_type::rhs_vector |