Contains information on the data point coupling/points connectivity between meshes in the an interface.
More...
|
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.
Definition at line 2218 of file types.f90.