54 faceZone_.movePoints();
60 faceZone_.topoChange(map);
66 faceZone_.mapMesh(map);
72 faceZone_.distribute(map);
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
generatedFaceZone(const polyMesh &mesh, const dictionary &dict)
Construct from mesh and dictionary.
void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
void movePoints()
Update for mesh motion.
bool read(const dictionary &dict)
Read coefficients dictionary.
void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
~generatedFaceZone()
Destructor.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)