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

Public Attributes

integer(intg) numberofcoupledelements
 
integer(intg), dimension(:), allocatable elementnumbers
 elementNumbers(elementIdx). The global/local(if updated after decomposition) numbers of the coupled mesh elements that are connected to this interface element. More...
 

Detailed Description

Definition at line 2212 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::interfacecoupledelementstype::elementnumbers

elementNumbers(elementIdx). The global/local(if updated after decomposition) numbers of the coupled mesh elements that are connected to this interface element.

Definition at line 2214 of file types.f90.

integer(intg) types::interfacecoupledelementstype::numberofcoupledelements

Definition at line 2213 of file types.f90.