in two dimensions, elements are connected if they share two vertices

This commit is contained in:
Henry v. Wahl 2023-03-22 09:32:58 +01:00
parent f5c86f136b
commit 1a6f52dfc4
No known key found for this signature in database
GPG Key ID: C04B0C6B7FC3C64D

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");