diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index f4f473a5..e7ea88fd 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -5524,6 +5524,13 @@ namespace netgen { topology->Update(); clusters->Update(); +#ifdef PARALLEL + if (paralleltop) + { + paralleltop->Reset(); + paralleltop->UpdateCoarseGrid(); + } +#endif } void Mesh :: BuildCurvedElements (const Refinement * ref, int aorder, bool arational)