Skip to content

Commit 1141371

Browse files
committed
compute num-vertices in topology update
1 parent df5d2ec commit 1141371

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libsrc/meshing/hprefinement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ namespace netgen
15001500
}
15011501
PrintMessage(5, " Start with Update Topology ");
15021502
mesh.UpdateTopology();
1503-
mesh.ComputeNVertices();
1503+
// mesh.ComputeNVertices();
15041504
PrintMessage(5, " Mesh Update Topology done ");
15051505

15061506
act_ref++;

libsrc/meshing/meshclass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7210,6 +7210,7 @@ namespace netgen
72107210
NgTracer tracer)
72117211
{
72127212
static Timer t("Update Topology"); RegionTimer reg(t);
7213+
ComputeNVertices();
72137214
topology.Update(tm, tracer);
72147215
(*tracer)("call update clusters", false);
72157216
clusters->Update();

0 commit comments

Comments
 (0)