mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
parallel update
This commit is contained in:
parent
aa4c3e8ac7
commit
346e3db54d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user