Definition at line 495 of file types.f90.
type(mesh_type), pointer types::mesh_embedding_type::child_mesh |
type(embedding_xi_type), dimension(:), allocatable types::mesh_embedding_type::child_node_xi_position |
Location of embedded nodes for each element in the parent mesh.
Definition at line 497 of file types.f90.
GAUSS_POINT_XI_POSITION(gauss_idx,element_idx) Location of the gauss_idx'th Gauss point of the element_idx'th parent mesh in the child mesh.
Definition at line 498 of file types.f90.
type(mesh_type), pointer types::mesh_embedding_type::parent_mesh |
The parent and child mesh.
Definition at line 496 of file types.f90.