96 Pout<<
"setUpdater::updateMesh(const mapPolyMesh& morphMap)" 100 updateSets<cellSet>(morphMap);
101 updateSets<faceSet>(morphMap);
102 updateSets<pointSet>(morphMap);
115 <<
" type " <<
type()
117 <<
" active " << active()
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &) const
Write.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual ~setUpdater()
Destructor.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
virtual void writeDict(Ostream &) const
Write dictionary.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Macros for easy insertion into run-time selection tables.
List of mesh modifiers defining the mesh dynamics.
A class for handling words, derived from string.
Virtual base class for mesh modifiers.
setUpdater(const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme)
Construct from dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual bool changeTopology() const
Check for topology change.
word name(const complex &)
Return a string representation of a complex.
virtual void modifyMotionPoints(pointField &motionPoints) const
Modify motion points to comply with the topological change.
prefixOSstream Pout(cout, "Pout")
Direct mesh changes based on v1.3 polyTopoChange syntax.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual void updateMesh(const mapPolyMesh &)
Force recalculation of locally stored data on topological change.
virtual void setRefinement(polyTopoChange &) const
Insert the layer addition/removal instructions.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.