OpenCMISS-Iron Internal API Documentation
|
Contains information on the data point coupling/points connectivity between meshes in the an interface. More...
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... | |
Contains information on the data point coupling/points connectivity between meshes in the an interface.
type(interfacecoupledelementstype), dimension(:,:), allocatable types::interfacepointsconnectivitytype::coupledelements |
type(interface_type), pointer types::interfacepointsconnectivitytype::interface |
type(mesh_type), pointer types::interfacepointsconnectivitytype::interfacemesh |
integer(intg), dimension(:), allocatable types::interfacepointsconnectivitytype::maxnumberofcoupledelements |
type(interfacepointconnectivitytype), dimension(:,:), allocatable types::interfacepointsconnectivitytype::pointsconnectivity |