ENH: multiple faces between two cells gives problems for scotch

We filter them out now when constructing the adjacency structure.
This commit is contained in:
mattijs
2010-04-15 15:12:48 +01:00
parent d4ca02cf7e
commit 01aa79be54
2 changed files with 178 additions and 75 deletions

View File

@ -65,6 +65,10 @@ protected:
labelListList& cellCells
);
//- Calculate the minimum face between two neighbouring cells
// (usually there is only one)
static label masterFace(const polyMesh&, const label, const label);
// From mesh to compact row storage format
// (like CompactListList)
static void calcCSR