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

Contains information on the mesh adjacent elements for a xi coordinate. More...

Public Attributes

integer(intg) number_of_adjacent_elements
 The number of adjacent elements for the xi coordinate. More...
 
integer(intg), dimension(:), allocatable adjacent_elements
 The global element numbers of the elements adjacent to this element for the xi coordinate. More...
 

Detailed Description

Contains information on the mesh adjacent elements for a xi coordinate.

Definition at line 382 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::mesh_adjacent_element_type::adjacent_elements

The global element numbers of the elements adjacent to this element for the xi coordinate.

Definition at line 384 of file types.f90.

integer(intg) types::mesh_adjacent_element_type::number_of_adjacent_elements

The number of adjacent elements for the xi coordinate.

Definition at line 383 of file types.f90.