mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user