Public Member Functions | List of all members
mapSubsetMesh Class Reference

Class containing mesh-to-mesh mapping information after a subset operation. More...

Public Member Functions

 mapSubsetMesh (const label nOldPoints, const label nOldFaces, const label nOldCells, const labelList &pointMap, const labelList &faceMap, const labelList &cellMap, const label exposedPatchID, const labelList &oldPatchStarts, const labelList &oldPatchNMeshPoints)
 
 mapSubsetMesh (const label nOldPoints, const label nOldFaces, const label nOldCells, labelList &pointMap, labelList &faceMap, labelList &cellMap, const label exposedPatchID, labelList &oldPatchStarts, labelList &oldPatchNMeshPoints, const bool reuse)
 
label nOldPoints () const
 
label nOldInternalFaces () const
 
label nOldFaces () const
 
label nOldCells () const
 
label exposedPatchID () const
 
const labelListpointMap () const
 
const labelListfaceMap () const
 
const labelListcellMap () const
 
const labelListoldPatchSizes () const
 
const labelListoldPatchStarts () const
 
const labelListoldPatchNMeshPoints () const
 

Detailed Description

Class containing mesh-to-mesh mapping information after a subset operation.

Source files

Definition at line 45 of file mapSubsetMesh.H.

Constructor & Destructor Documentation

◆ mapSubsetMesh() [1/2]

mapSubsetMesh ( const label  nOldPoints,
const label  nOldFaces,
const label  nOldCells,
const labelList pointMap,
const labelList faceMap,
const labelList cellMap,
const label  exposedPatchID,
const labelList oldPatchStarts,
const labelList oldPatchNMeshPoints 
)

◆ mapSubsetMesh() [2/2]

mapSubsetMesh ( const label  nOldPoints,
const label  nOldFaces,
const label  nOldCells,
labelList pointMap,
labelList faceMap,
labelList cellMap,
const label  exposedPatchID,
labelList oldPatchStarts,
labelList oldPatchNMeshPoints,
const bool  reuse 
)

Member Function Documentation

◆ nOldPoints()

label nOldPoints ( ) const
inline

Definition at line 118 of file mapSubsetMesh.H.

◆ nOldInternalFaces()

label nOldInternalFaces ( ) const
inline

Definition at line 124 of file mapSubsetMesh.H.

◆ nOldFaces()

label nOldFaces ( ) const
inline

Definition at line 130 of file mapSubsetMesh.H.

◆ nOldCells()

label nOldCells ( ) const
inline

Definition at line 136 of file mapSubsetMesh.H.

◆ exposedPatchID()

label exposedPatchID ( ) const
inline

Definition at line 142 of file mapSubsetMesh.H.

◆ pointMap()

const labelList& pointMap ( ) const
inline

Definition at line 150 of file mapSubsetMesh.H.

◆ faceMap()

const labelList& faceMap ( ) const
inline

Definition at line 158 of file mapSubsetMesh.H.

◆ cellMap()

const labelList& cellMap ( ) const
inline

Definition at line 166 of file mapSubsetMesh.H.

◆ oldPatchSizes()

const labelList& oldPatchSizes ( ) const
inline

Definition at line 172 of file mapSubsetMesh.H.

◆ oldPatchStarts()

const labelList& oldPatchStarts ( ) const
inline

Definition at line 178 of file mapSubsetMesh.H.

◆ oldPatchNMeshPoints()

const labelList& oldPatchNMeshPoints ( ) const
inline

Definition at line 184 of file mapSubsetMesh.H.


The documentation for this class was generated from the following file: