Go to the documentation of this file.
44 #ifndef preserveBafflesConstraint_H
45 #define preserveBafflesConstraint_H
53 namespace decompositionConstraints
62 public decompositionConstraint
Abstract class for handling decomposition constraints.
virtual void apply(const polyMesh &mesh, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections, labelList &decomposition) const
Detects baffles and keeps owner and neighbour on same processor.
Mesh consisting of general polyhedral cells.
TypeName("preserveBaffles")
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,...
virtual void add(const polyMesh &mesh, boolList &blockedFace, PtrList< labelList > &specifiedProcessorFaces, labelList &specifiedProcessor, List< labelPair > &explicitConnections) const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual ~preserveBaffles()=default