OpenCMISS-Iron Internal API Documentation
|
Contains information on the coupling between meshes in an interface. More...
Public Attributes | |
type(interface_type), pointer | interface |
A pointer back to the interface for the coupled mesh connectivity. More... | |
type(mesh_type), pointer | interface_mesh |
A pointer to the inteface mesh. More... | |
type(basis_type), pointer | basis |
A pointer to the inteface mesh basis. More... | |
logical | mesh_connectivity_finished |
Is .TRUE. if the coupled mesh connectivity has finished being created, .FALSE. if not. More... | |
integer(intg) | number_of_interface_elements |
The number of elements in the interface. More... | |
integer(intg) | number_of_coupled_meshes |
The number of coupled meshes in the interface. More... | |
type(interface_element_connectivity_type), dimension(:,:), allocatable | element_connectivity |
ELEMENT_CONNECTIVITY(element_idx,coupled_mesh_idx) !<The mesh connectivity for a given interface mesh element. More... | |
Contains information on the coupling between meshes in an interface.
type(basis_type), pointer types::interface_mesh_connectivity_type::basis |
type(interface_element_connectivity_type), dimension(:,:), allocatable types::interface_mesh_connectivity_type::element_connectivity |
type(interface_type), pointer types::interface_mesh_connectivity_type::interface |
type(mesh_type), pointer types::interface_mesh_connectivity_type::interface_mesh |
logical types::interface_mesh_connectivity_type::mesh_connectivity_finished |
integer(intg) types::interface_mesh_connectivity_type::number_of_coupled_meshes |