Class containing mesh-to-mesh mapping information. More...
Public Member Functions | |
| polyMeshMap (const polyMesh &mesh, const meshToMesh &mapper) | |
| Construct for mesh. More... | |
| polyMeshMap (const polyMeshMap &)=delete | |
| Disallow default bitwise copy construction. More... | |
| const polyMesh & | mesh () const |
| Return polyMesh. More... | |
| const meshToMesh & | mapper () const |
| Return meshToMesh mapper. More... | |
Class containing mesh-to-mesh mapping information.
Definition at line 50 of file polyMeshMap.H.
| polyMeshMap | ( | const polyMesh & | mesh, |
| const meshToMesh & | mapper | ||
| ) |
Construct for mesh.
Definition at line 30 of file polyMeshMap.C.
|
delete |
Disallow default bitwise copy construction.
|
inline |
Return polyMesh.
Definition at line 75 of file polyMeshMap.H.
Referenced by populationBalanceSizeDistribution::mapMesh(), cutLayerAverage::mapMesh(), surfaceFieldValue::mapMesh(), volFieldValue::mapMesh(), layerAverage::mapMesh(), patchCutLayerAverage::mapMesh(), streamlines::mapMesh(), sampledSets::mapMesh(), sampledSurfaces::mapMesh(), reactionRates::mapMesh(), specieReactionRates::mapMesh(), cellEdgeAddressingList::mapMesh(), and cpuLoad::mapMesh().

|
inline |
Return meshToMesh mapper.
Definition at line 81 of file polyMeshMap.H.
Referenced by Cloud< ParticleType >::mapMesh().
