Public Member Functions | |
TypeName ("singleProcessorFaceSets") | |
Runtime type information. More... | |
singleProcessorFaceSetsConstraint (const dictionary &constraintsDict, const word &type) | |
Construct with generic dictionary with optional entry for type. More... | |
singleProcessorFaceSetsConstraint (const List< Tuple2< word, label > > &setNameAndProcs) | |
Construct from components. More... | |
virtual | ~singleProcessorFaceSetsConstraint () |
Destructor. More... | |
virtual void | add (const polyMesh &mesh, boolList &blockedFace, PtrList< labelList > &specifiedProcessorFaces, labelList &specifiedProcessor, List< labelPair > &explicitConnections) const |
Add my constraints to list of constraints. More... | |
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. More... | |
![]() | |
TypeName ("decompositionConstraint") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, decompositionConstraint, dictionary,(const dictionary &constraintsDict, const word &type),(constraintsDict, type)) | |
decompositionConstraint (const dictionary &constraintsDict, const word &type) | |
Construct with generic dictionary with optional entry for type. More... | |
virtual | ~decompositionConstraint () |
Destructor. More... | |
Private Attributes | |
List< Tuple2< word, label > > | setNameAndProcs_ |
List of faceSet+processor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< decompositionConstraint > | New (const dictionary &constraintsDict, const word &type) |
Return a reference to the selected decompositionConstraint. More... | |
![]() | |
dictionary | coeffDict_ |
Model coefficients dictionary. More... | |
Definition at line 53 of file singleProcessorFaceSetsConstraint.H.
singleProcessorFaceSetsConstraint | ( | const dictionary & | constraintsDict, |
const word & | type | ||
) |
Construct with generic dictionary with optional entry for type.
Definition at line 52 of file singleProcessorFaceSetsConstraint.C.
References Foam::endl(), forAll, Foam::Info, and Foam::type().
singleProcessorFaceSetsConstraint | ( | const List< Tuple2< word, label > > & | setNameAndProcs | ) |
Construct from components.
Definition at line 77 of file singleProcessorFaceSetsConstraint.C.
References Foam::endl(), forAll, Foam::Info, and Foam::type().
|
inlinevirtual |
Destructor.
Definition at line 85 of file singleProcessorFaceSetsConstraint.H.
TypeName | ( | "singleProcessorFaceSets" | ) |
Runtime type information.
|
virtual |
Add my constraints to list of constraints.
Implements decompositionConstraint.
Definition at line 102 of file singleProcessorFaceSetsConstraint.C.
References List::append(), PtrList::append(), Foam::endl(), f(), forAll, forAllConstIter(), Foam::Info, mesh, pFaces, Foam::reduce(), List::setSize(), PtrList::size(), HashTable::size(), HashTable::sortedToc(), and Foam::type().
|
virtual |
Apply any additional post-decomposition constraints.
Reimplemented from decompositionConstraint.
Definition at line 226 of file singleProcessorFaceSetsConstraint.C.
References Foam::endl(), f(), forAll, Foam::Info, mesh, pFaces, Foam::reduce(), List::size(), and Foam::type().
List of faceSet+processor.
Definition at line 60 of file singleProcessorFaceSetsConstraint.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.