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:
Schöberl, Joachim 2023-03-22 11:14:37 +01:00
commit e8c4c6c4c7

View File

@ -1337,7 +1337,7 @@ namespace netgen
idxtype edgecut;
idxtype ncommon = 3;
idxtype ncommon = GetDimension();
PrintMessage (3, "metis start");
static Timer tm("metis library");