43 int main(
int argc,
char *argv[])
85 mesh.setInstance(runTime.name());
93 const fvMesh& mMesh = mesh.mirrorMesh();
95 const_cast<fvMesh&
>(mMesh).setInstance(mesh.facesInstance());
96 Info<<
"Writing mirrored mesh" <<
endl;
106 move(mesh.pointMap()),
110 move(mesh.cellMap()),
122 refData.topoChange(map);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static unsigned int defaultPrecision()
Return the default precision.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool optionFound(const word &opt) const
Return true if the named option is found.
T optionLookupOrDefault(const word &opt, const T &deflt) const
Read a value from the named option if present.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh data needed to do the Finite Volume discretisation.
virtual bool write(const bool write=true) const
Write mesh using IO settings from time.
Various for reading/decomposing/reconstructing/distributing refinement data.
static word defaultRegion
Return the default region name.
static word meshSubDir
Return the mesh sub-directory name (usually "polyMesh")
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.
int main(int argc, char *argv[])
List< label > labelList
A List of labels.
Ostream & endl(Ostream &os)
Add newline and flush stream.
const word & regionName(const solver ®ion)
IOobject systemDictIO(const word &dictName, const argList &args, const objectRegistry &ob, const word ®ionName=polyMesh::defaultRegion)
List< labelList > labelListList
A List of labelList.
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys.
Foam::argList args(argc, argv)