#include <autoMesh/autoRefineDriver.H>
Definition at line 55 of file autoRefineDriver.H.
Collaboration diagram for autoRefineDriver:Public Member Functions | |
| ClassName ("autoRefineDriver") | |
| Runtime type information.
| |
| autoRefineDriver (meshRefinement &meshRefiner, decompositionMethod &decomposer, fvMeshDistribute &distributor, const labelList &globalToPatch) | |
| Construct from components.
| |
| void | doRefine (const dictionary &refineDict, const refinementParameters &refineParams, const bool prepareForSnapping, const dictionary &motionDict) |
| Do all the refinement.
| |
| autoRefineDriver | ( | meshRefinement & | meshRefiner, |
| decompositionMethod & | decomposer, | ||
| fvMeshDistribute & | distributor, | ||
| const labelList & | globalToPatch | ||
| ) |
Construct from components.
Definition at line 112 of file autoRefineDriver.C.
| ClassName | ( | "autoRefineDriver" | ) |
Runtime type information.
| void doRefine | ( | const dictionary & | refineDict, |
| const refinementParameters & | refineParams, | ||
| const bool | prepareForSnapping, | ||
| const dictionary & | motionDict | ||
| ) |
Do all the refinement.
Definition at line 773 of file autoRefineDriver.C.
References Foam::endl(), refinementParameters::findCells(), Foam::Info, dictionary::lookup(), primitiveMesh::nCells(), Foam::nl, Pstream::parRun(), and fvMesh::time().
Referenced by autoHexMeshDriver::doMesh().