OpenCMISS-Iron Internal API Documentation
types::mesh_embedding_type Type Reference
Collaboration diagram for types::mesh_embedding_type:

Public Attributes

type(mesh_type), pointer child_mesh
 
type(mesh_type), pointer parent_mesh
 The parent and child mesh. More...
 
type(embedding_xi_type), dimension(:), allocatable child_node_xi_position
 Location of embedded nodes for each element in the parent mesh. More...
 
type(embedding_gausspoint_type), dimension(:,:), allocatable gauss_point_xi_position
 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. More...
 

Detailed Description

Definition at line 495 of file types.f90.

Member Data Documentation

type(mesh_type), pointer types::mesh_embedding_type::child_mesh

Definition at line 496 of file types.f90.

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.

type(embedding_gausspoint_type), dimension(:,:), allocatable types::mesh_embedding_type::gauss_point_xi_position

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.