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

Contains information on the data point coupling/points connectivity between meshes in the an interface. More...

Collaboration diagram for types::interfacepointsconnectivitytype:

Public Attributes

type(interface_type), pointer interface
 A pointer back to the interface for the coupled mesh connectivity. More...
 
type(mesh_type), pointer interfacemesh
 A pointer to the interface mesh where the xi locations of data points are defined. More...
 
logical pointsconnectivityfinished
 Is .TRUE. if the data points connectivity has finished being created, .FALSE. if not. More...
 
type(interfacepointconnectivitytype), dimension(:,:), allocatable pointsconnectivity
 pointsConnectivity(dataPointIndex,coupledMeshIdx). The points connectivity information for each data point in each coupled mesh. More...
 
type(interfacecoupledelementstype), dimension(:,:), allocatable coupledelements
 coupledElements(interfaceElementIdx,coupledMeshIdx). The coupled mesh elements that are connected to each interface element. More...
 
integer(intg), dimension(:), allocatable maxnumberofcoupledelements
 maxNumberOfCoupledElements(coupledMeshIdx). The maximum number of coupled elements to an interface element in coupledMeshIdx'th mesh More...
 

Detailed Description

Contains information on the data point coupling/points connectivity between meshes in the an interface.

Definition at line 2218 of file types.f90.

Member Data Documentation

type(interfacecoupledelementstype), dimension(:,:), allocatable types::interfacepointsconnectivitytype::coupledelements

coupledElements(interfaceElementIdx,coupledMeshIdx). The coupled mesh elements that are connected to each interface element.

Definition at line 2223 of file types.f90.

type(interface_type), pointer types::interfacepointsconnectivitytype::interface

A pointer back to the interface for the coupled mesh connectivity.

Definition at line 2219 of file types.f90.

type(mesh_type), pointer types::interfacepointsconnectivitytype::interfacemesh

A pointer to the interface mesh where the xi locations of data points are defined.

Definition at line 2220 of file types.f90.

integer(intg), dimension(:), allocatable types::interfacepointsconnectivitytype::maxnumberofcoupledelements

maxNumberOfCoupledElements(coupledMeshIdx). The maximum number of coupled elements to an interface element in coupledMeshIdx'th mesh

Definition at line 2224 of file types.f90.

type(interfacepointconnectivitytype), dimension(:,:), allocatable types::interfacepointsconnectivitytype::pointsconnectivity

pointsConnectivity(dataPointIndex,coupledMeshIdx). The points connectivity information for each data point in each coupled mesh.

Definition at line 2222 of file types.f90.

logical types::interfacepointsconnectivitytype::pointsconnectivityfinished

Is .TRUE. if the data points connectivity has finished being created, .FALSE. if not.

Definition at line 2221 of file types.f90.