Go to the documentation of this file.
45 #ifndef preserveFaceZonesConstraint_H
46 #define preserveFaceZonesConstraint_H
55 namespace decompositionConstraints
62 class preserveFaceZones
64 public decompositionConstraint
TypeName("preserveFaceZones")
virtual void apply(const polyMesh &mesh, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections, labelList &decomposition) const
Abstract class for handling decomposition constraints.
preserveFaceZones(const dictionary &dict)
Mesh consisting of general polyhedral cells.
virtual void add(const polyMesh &mesh, boolList &blockedFace, PtrList< labelList > &specifiedProcessorFaces, labelList &specifiedProcessor, List< labelPair > &explicitConnections) const
Constraint to keep/move owner and neighbour of faceZone onto same processor.
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
A List of wordRe with additional matching capabilities.
virtual ~preserveFaceZones()=default