parallel update

This commit is contained in:
Joachim Schöberl 2016-02-28 05:24:26 +01:00
parent aa4c3e8ac7
commit 346e3db54d

View File

@ -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)