We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5d2ec commit 1141371Copy full SHA for 1141371
libsrc/meshing/hprefinement.cpp
@@ -1500,7 +1500,7 @@ namespace netgen
1500
}
1501
PrintMessage(5, " Start with Update Topology ");
1502
mesh.UpdateTopology();
1503
- mesh.ComputeNVertices();
+ // mesh.ComputeNVertices();
1504
PrintMessage(5, " Mesh Update Topology done ");
1505
1506
act_ref++;
libsrc/meshing/meshclass.cpp
@@ -7210,6 +7210,7 @@ namespace netgen
7210
NgTracer tracer)
7211
{
7212
static Timer t("Update Topology"); RegionTimer reg(t);
7213
+ ComputeNVertices();
7214
topology.Update(tm, tracer);
7215
(*tracer)("call update clusters", false);
7216
clusters->Update();
0 commit comments