Go to the documentation of this file.
29 #include "refinementHistory.H"
38 decompositionConstraint,
39 refinementHistoryConstraint,
55 if (decompositionConstraint::debug)
57 Info<<
type() <<
" : setting constraints to preserve refinement history"
67 if (decompositionConstraint::debug)
69 Info<<
type() <<
" : setting constraints to refinement history"
91 if (decompositionConstraint::debug)
99 if (decompositionConstraint::debug)
101 Info<<
type() <<
" : reading refinementHistory from time "
135 specifiedProcessorFaces,
202 specifiedProcessorFaces,
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
void apply(const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections, labelList &decomposition) const
Apply any additional post-decomposition constraints.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
static word meshSubDir
Return the mesh sub-directory name (usually "polyMesh")
bool active() const
Is there unrefinement history?
const fileName & facesInstance() const
Return the current instance directory for faces.
Ostream & endl(Ostream &os)
Add newline and flush stream.
defineTypeName(refinementHistoryConstraint)
virtual void apply(const polyMesh &mesh, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections, labelList &decomposition) const
Apply any additional post-decomposition constraints.
refinementHistoryConstraint()
Construct from components.
Mesh consisting of general polyhedral cells.
All refinement history. Used in unrefinement.
virtual void add(const polyMesh &mesh, boolList &blockedFace, PtrList< labelList > &specifiedProcessorFaces, labelList &specifiedProcessor, List< labelPair > &explicitConnections) const
Add my constraints to list of constraints.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
bool foundObject(const word &name) const
Is the named Type found?
void add(boolList &blockedFace, PtrList< labelList > &specifiedProcessorFaces, labelList &specifiedProcessor, List< labelPair > &explicitConnections) const
Add my decomposition constraints.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool valid() const
Return true if the autoPtr valid (ie, the pointer is set).
void reset(T *=0)
If object pointer already set, delete object and set to given.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.