ENH: decomposePar: added logic for preserving baffles

This commit is contained in:
mattijs
2013-08-07 11:03:01 +01:00
parent 431fea9844
commit f9139aa031
5 changed files with 152 additions and 20 deletions

View File

@ -256,13 +256,19 @@ public:
//);
//- Helper: extract constraints
//- Helper: extract constraints:
// blockedface: existing faces where owner and neighbour on same
// proc
// explicitConnections: sets of boundary faces ,, ,,
// specifiedProcessorFaces: groups of faces with all cells on
// same processor.
void setConstraints
(
const polyMesh& mesh,
boolList& blockedFace,
PtrList<labelList>& specifiedProcessorFaces,
labelList& specifiedProcessor
labelList& specifiedProcessor,
List<labelPair>& explicitConnections
);
// Decompose a mesh with constraints: