From 346e3db54d3522f179291768e83ab286b226a963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Sun, 28 Feb 2016 05:24:26 +0100 Subject: [PATCH] parallel update --- libsrc/meshing/meshclass.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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)