Contains information on the mesh connectivity for a given coupled mesh element.
More...
|
integer(intg) | coupled_mesh_element_number |
| The coupled mesh number to define the connectivity for. More...
|
|
real(dp), dimension(:,:,:), allocatable | xi |
| XI(xi_idx,mesh_component,element_parameter_idx) The xi_idx'th xi of a coupled mesh element to be copuled to an interface mesh's interface_mesh_component_idx'th interface_mesh_components's element_parameter_idx'th element_parameter. ! More...
|
|
integer(intg) | connected_face |
| The coupled mesh element face number to be connected to the interface mesh. More...
|
|
integer(intg) | connected_line |
| The coupled mesh element line number to be connected to the interface mesh. More...
|
|
Contains information on the mesh connectivity for a given coupled mesh element.
Definition at line 2185 of file types.f90.
integer(intg) types::interface_element_connectivity_type::connected_face |
The coupled mesh element face number to be connected to the interface mesh.
Definition at line 2188 of file types.f90.
integer(intg) types::interface_element_connectivity_type::connected_line |
The coupled mesh element line number to be connected to the interface mesh.
Definition at line 2189 of file types.f90.
integer(intg) types::interface_element_connectivity_type::coupled_mesh_element_number |
The coupled mesh number to define the connectivity for.
Definition at line 2186 of file types.f90.
real(dp), dimension(:,:,:), allocatable types::interface_element_connectivity_type::xi |
XI(xi_idx,mesh_component,element_parameter_idx) The xi_idx'th xi of a coupled mesh element to be copuled to an interface mesh's interface_mesh_component_idx'th interface_mesh_components's element_parameter_idx'th element_parameter. !
- Todo:
- the XI array needs to be restructured to efficiently utilize memory when coupling bodies with 2xi directions to bodies with 3xi directions using an interface.
Definition at line 2187 of file types.f90.