Go to the documentation of this file.
63 #ifndef singleProcessorFaceSetsConstraint_H
64 #define singleProcessorFaceSetsConstraint_H
73 namespace decompositionConstraints
80 class singleProcessorFaceSets
82 public decompositionConstraint
87 List<Tuple2<word, label>> setNameAndProcs_;
90 void printInfo()
const;
Abstract class for handling decomposition constraints.
Constraint to keep all cells connected to face or point of faceSet on a single processor.
Mesh consisting of general polyhedral cells.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
singleProcessorFaceSets(const dictionary &dict)
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,...
TypeName("singleProcessorFaceSets")
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 void apply(const polyMesh &mesh, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections, labelList &decomposition) const
A 2-tuple for storing two objects of dissimilar types. The container is similar in purpose to std::pa...
virtual ~singleProcessorFaceSets()=default