Renumber given a ordered-to-original cell association in a file. More...
Public Member Functions | |
TypeName ("manual") | |
Runtime type information. More... | |
manualRenumber (const dictionary &renumberDict) | |
Construct given the renumber dictionary. More... | |
virtual | ~manualRenumber () |
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... | |
Private Member Functions | |
void | operator= (const manualRenumber &) |
Disallow default bitwise copy construct and assignment. More... | |
manualRenumber (const manualRenumber &) | |
Private Attributes | |
const fileName | dataFile_ |
Additional Inherited Members | |
![]() | |
static autoPtr< renumberMethod > | New (const dictionary &renumberDict) |
Return a reference to the selected renumbering method. More... | |
![]() | |
const dictionary & | renumberDict_ |
Renumber given a ordered-to-original cell association in a file.
Definition at line 46 of file manualRenumber.H.
|
private |
manualRenumber | ( | const dictionary & | renumberDict | ) |
Construct given the renumber dictionary.
Definition at line 48 of file manualRenumber.C.
|
inlinevirtual |
Destructor.
Definition at line 75 of file manualRenumber.H.
|
private |
Disallow default bitwise copy construct and assignment.
TypeName | ( | "manual" | ) |
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 84 of file manualRenumber.H.
|
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 61 of file manualRenumber.C.
References IOobject::AUTO_WRITE, Foam::endl(), Foam::exit(), polyMesh::facesInstance(), Foam::FatalError, FatalErrorInFunction, forAll, mesh, IOobject::MUST_READ, points, and List::size().
|
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 104 of file manualRenumber.H.
References NotImplemented.
|
private |
Definition at line 52 of file manualRenumber.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.