OpenCMISS-Iron Internal API Documentation
types::embedding_gausspoint_type Type Reference

Public Attributes

integer(intg) element_number
 Element number in child mesh. More...
 
real(dp), dimension(:), allocatable child_xi_coord
 Xi coord in this element. More...
 
real(dp), dimension(:), allocatable parent_xi_coord
 Xi coordinates in parent element, not really needed but can be useful. More...
 

Detailed Description

Definition at line 489 of file types.f90.

Member Data Documentation

real(dp), dimension(:), allocatable types::embedding_gausspoint_type::child_xi_coord

Xi coord in this element.

Definition at line 491 of file types.f90.

integer(intg) types::embedding_gausspoint_type::element_number

Element number in child mesh.

Definition at line 490 of file types.f90.

real(dp), dimension(:), allocatable types::embedding_gausspoint_type::parent_xi_coord

Xi coordinates in parent element, not really needed but can be useful.

Definition at line 492 of file types.f90.