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

Contains information on a data connectivity point. More...

Public Attributes

integer(intg) coupledmeshelementnumber
 The element number this point is connected to in the coupled mesh. More...
 
integer(intg) elementlinefacenumber
 The local connected face/line number in the coupled mesh. More...
 
real(dp), dimension(:), allocatable xi
 xi(xiIdx). The full xi location the data point is connected to in this coupled mesh More...
 
real(dp), dimension(:), allocatable reducedxi
 reducedXi(xiIdx). The reduced (face/line) xi location the data point is connected to in this coupled mesh More...
 

Detailed Description

Contains information on a data connectivity point.

Definition at line 2204 of file types.f90.

Member Data Documentation

integer(intg) types::interfacepointconnectivitytype::coupledmeshelementnumber

The element number this point is connected to in the coupled mesh.

Definition at line 2205 of file types.f90.

integer(intg) types::interfacepointconnectivitytype::elementlinefacenumber

The local connected face/line number in the coupled mesh.

Definition at line 2206 of file types.f90.

real(dp), dimension(:), allocatable types::interfacepointconnectivitytype::reducedxi

reducedXi(xiIdx). The reduced (face/line) xi location the data point is connected to in this coupled mesh

Definition at line 2208 of file types.f90.

real(dp), dimension(:), allocatable types::interfacepointconnectivitytype::xi

xi(xiIdx). The full xi location the data point is connected to in this coupled mesh

Definition at line 2207 of file types.f90.