mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
Merge branch 'fix_quad_mesh_distribution' into 'master'
in two dimensions, elements are connected if they share two vertices See merge request ngsolve/netgen!560
This commit is contained in:
commit
e8c4c6c4c7
@ -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