Renumbering according to mesh layers. depthFirst = true: first column gets ids 0..nLayer-1, second nLayers..2*nLayers-1 etc. depthFirst = false: first layer gets ids 0,1,2 etc. More...
Public Member Functions | |
TypeName ("structured") | |
Runtime type information. More... | |
structuredRenumber (const dictionary &renumberDict) | |
Construct given the renumber dictionary. More... | |
virtual | ~structuredRenumber () |
Destructor. More... | |
virtual labelList | renumber (const pointField &) const |
Return the order in which cells need to be visited, i.e. More... | |
virtual labelList | renumber (const polyMesh &mesh, const pointField &cc) const |
Return the order in which cells need to be visited, i.e. More... | |
virtual labelList | renumber (const labelListList &cellCells, const pointField &cc) const |
Return the order in which cells need to be visited, i.e. More... | |
![]() | |
TypeName ("renumberMethod") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict)) | |
renumberMethod (const dictionary &renumberDict) | |
Construct given the renumber dictionary. More... | |
virtual | ~renumberMethod () |
Destructor. More... | |
virtual labelList | renumber (const labelList &cellCells, const labelList &offsets, const pointField &) const |
Return the order in which cells need to be visited, i.e. More... | |
virtual labelList | renumber (const polyMesh &mesh, const labelList &cellToRegion, const pointField ®ionPoints) const |
Return the order in which cells need to be visited, i.e. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< renumberMethod > | New (const dictionary &renumberDict) |
Return a reference to the selected renumbering method. More... | |
![]() | |
const dictionary & | renumberDict_ |
Renumbering according to mesh layers. depthFirst = true: first column gets ids 0..nLayer-1, second nLayers..2*nLayers-1 etc. depthFirst = false: first layer gets ids 0,1,2 etc.
Definition at line 52 of file structuredRenumber.H.
structuredRenumber | ( | const dictionary & | renumberDict | ) |
Construct given the renumber dictionary.
Definition at line 50 of file structuredRenumber.C.
References structuredRenumber::renumber().
|
inlinevirtual |
Destructor.
Definition at line 89 of file structuredRenumber.H.
References mesh, NotImplemented, and structuredRenumber::renumber().
TypeName | ( | "structured" | ) |
Runtime type information.
|
inlinevirtual |
Return the order in which cells need to be visited, i.e.
from ordered back to original cell label. This is only defined for geometric renumberMethods.
Reimplemented from renumberMethod.
Definition at line 98 of file structuredRenumber.H.
Referenced by structuredRenumber::structuredRenumber(), and structuredRenumber::~structuredRenumber().
|
virtual |
Return the order in which cells need to be visited, i.e.
from ordered back to original cell label. Use the mesh connectivity (if needed)
Reimplemented from renumberMethod.
Definition at line 67 of file structuredRenumber.C.
References polyMesh::boundaryMesh(), primitiveMesh::cellCentres(), fvMeshSubset::cellMap(), UList< T >::data(), Foam::endl(), Foam::exit(), polyPatch::faceCells(), Foam::FatalError, FatalErrorInFunction, forAll, forAllConstIter(), polyMesh::globalData(), Foam::Info, HashSet< Key, Hash >::insert(), Foam::invert(), primitiveMesh::nCells(), primitiveMesh::nFaces(), Foam::nl, globalMeshData::nTotalCells(), UPstream::parRun(), polyBoundaryMesh::patchSet(), Foam::renumber(), Foam::returnReduce(), Foam::reverse(), fvMeshSubset::setLargeCellSubset(), List< T >::size(), UPtrList< T >::size(), HashTable< T, Key, Hash >::size(), polyPatch::start(), fvMeshSubset::subMesh(), Foam::type(), and WarningInFunction.
|
inlinevirtual |
Return the order in which cells need to be visited, i.e.
from ordered back to original cell label. The connectivity is equal to mesh.cellCells() except
Implements renumberMethod.
Definition at line 118 of file structuredRenumber.H.
References NotImplemented.