![]() |
|
Public Member Functions | |
TypeName ("cellSet") | |
Runtime type information. | |
cellSet (const IOobject &obj) | |
Construct from IOobject. No checking. | |
cellSet (const polyMesh &mesh, const word &name, readOption r=MUST_READ, writeOption w=NO_WRITE) | |
Construct from polyMesh and name. Checks for valid cell ids. | |
cellSet (const polyMesh &mesh, const word &name, const label sizes, writeOption w=NO_WRITE) | |
Construct empty from size of labelHashSet. | |
cellSet (const polyMesh &mesh, const word &name, const labelHashSet &, writeOption w=NO_WRITE) | |
Construct from labelHashSet. | |
cellSet (const Time &, const word &name, readOption r=MUST_READ, writeOption w=NO_WRITE) | |
Construct from objectRegistry and name. | |
cellSet (const Time &, const word &name, const label size, writeOption w=NO_WRITE) | |
Construct empty from objectRegistry. | |
cellSet (const Time &, const word &name, const labelHashSet &, writeOption w=NO_WRITE) | |
Construct from labelHashSet. | |
virtual | ~cellSet () |
virtual void | sync (const polyMesh &mesh) |
Sync cellSet across coupled patches. | |
virtual label | maxSize (const polyMesh &mesh) const |
Return max index+1. | |
virtual void | updateMesh (const mapPolyMesh &morphMap) |
Update any stored data for new labels. | |
virtual void | writeDebug (Ostream &os, const primitiveMesh &, const label maxLen) const |
Write maxLen items with label and coordinates. |
|
Construct from IOobject. No checking.
|
|
Construct from polyMesh and name. Checks for valid cell ids.
|
|
Construct empty from size of labelHashSet.
|
|
Construct from labelHashSet.
|
|
Construct from objectRegistry and name.
|
|
Construct empty from objectRegistry.
|
|
Construct from labelHashSet.
|
|
|
|
Return max index+1.
Reimplemented from topoSet. |
|
Sync cellSet across coupled patches.
Reimplemented from topoSet. Definition at line 146 of file cellSet.H. References Foam::label. |
|
Runtime type information.
|
|
Update any stored data for new labels.
Reimplemented from topoSet. |
|
Write maxLen items with label and coordinates. virtual void updateMesh(const directPolyTopoChange& meshMod); Reimplemented from topoSet. |