Classes | |
class | nFacePrimitives |
Public Member Functions | |
ensightMesh (const fvMesh &mesh, const bool noPatches, const bool patches, const wordReList &patchPatterns, const bool faceZones, const wordReList &faceZonePatterns, const bool binary) | |
Construct from fvMesh. More... | |
ensightMesh (const ensightMesh &)=delete | |
Disallow default bitwise copy construction. More... | |
~ensightMesh () | |
Destructor. More... | |
const fvMesh & | mesh () const |
const cellSets & | meshCellSets () const |
const List< faceSets > & | boundaryFaceSets () const |
const wordList & | allPatchNames () const |
const wordHashSet & | patchNames () const |
const HashTable< nFacePrimitives > & | nPatchPrims () const |
const List< faceSets > & | faceZoneFaceSets () const |
const wordHashSet & | faceZoneNames () const |
const HashTable< nFacePrimitives > & | nFaceZonePrims () const |
label | patchPartOffset () const |
The ensight part id for the first patch. More... | |
const globalIndex & | globalPoints () const |
Global numbering for merged points. More... | |
const labelList & | pointToGlobal () const |
From mesh point to global merged point. More... | |
const labelList & | uniquePointMap () const |
Local points that are unique. More... | |
void | correct () |
Update for new mesh. More... | |
bool | faceToBeIncluded (const label facei) const |
When exporting faceZones, check if a given face has to be included. More... | |
void | write (const fileName &postProcPath, const word &prepend, const label timeIndex, const bool meshMoving, Ostream &ensightCaseFile) const |
void | operator= (const ensightMesh &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static void | barrier () |
Helper to cause barrier. Necessary on Quadrics. More... | |
ensightMesh | ( | const fvMesh & | mesh, |
const bool | noPatches, | ||
const bool | patches, | ||
const wordReList & | patchPatterns, | ||
const bool | faceZones, | ||
const wordReList & | faceZonePatterns, | ||
const bool | binary | ||
) |
Construct from fvMesh.
Referenced by ensightMesh::nFacePrimitives::nFacePrimitives().
|
delete |
Disallow default bitwise copy construction.
~ensightMesh | ( | ) |
Destructor.
Referenced by ensightMesh::nFacePrimitives::nFacePrimitives().
|
inline |
Definition at line 278 of file ensightMesh.H.
Referenced by ensightMesh::nFacePrimitives::nFacePrimitives().
|
inline |
Definition at line 283 of file ensightMesh.H.
Definition at line 288 of file ensightMesh.H.
|
inline |
Definition at line 293 of file ensightMesh.H.
|
inline |
Definition at line 298 of file ensightMesh.H.
|
inline |
Definition at line 303 of file ensightMesh.H.
Definition at line 308 of file ensightMesh.H.
|
inline |
Definition at line 313 of file ensightMesh.H.
|
inline |
Definition at line 318 of file ensightMesh.H.
|
inline |
The ensight part id for the first patch.
Definition at line 324 of file ensightMesh.H.
|
inline |
Global numbering for merged points.
Definition at line 333 of file ensightMesh.H.
|
inline |
From mesh point to global merged point.
Definition at line 339 of file ensightMesh.H.
Referenced by ensightMesh::nFacePrimitives::nFacePrimitives().
|
inline |
Local points that are unique.
Definition at line 345 of file ensightMesh.H.
References ensightMesh::barrier(), ensightMesh::correct(), ensightMesh::faceToBeIncluded(), meshMoving, ensightMesh::operator=(), timeIndex, and ensightMesh::write().
void correct | ( | ) |
Update for new mesh.
Referenced by ensightMesh::uniquePointMap().
When exporting faceZones, check if a given face has to be included.
or not (i.e. faces on processor boundaries)
Referenced by ensightMesh::uniquePointMap().
|
static |
Helper to cause barrier. Necessary on Quadrics.
Referenced by ensightMesh::uniquePointMap().
|
delete |
Disallow default bitwise assignment.
Referenced by ensightMesh::uniquePointMap().