mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
in two dimensions, elements are connected if they share two vertices
This commit is contained in:
parent
f5c86f136b
commit
1a6f52dfc4
@ -1337,7 +1337,7 @@ namespace netgen
|
||||
|
||||
idxtype edgecut;
|
||||
|
||||
idxtype ncommon = 3;
|
||||
idxtype ncommon = GetDimension();
|
||||
PrintMessage (3, "metis start");
|
||||
|
||||
static Timer tm("metis library");
|
||||
|
Loading…
Reference in New Issue
Block a user