mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
parallel update
This commit is contained in:
parent
aa4c3e8ac7
commit
346e3db54d
@ -5524,6 +5524,13 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
topology->Update();
|
topology->Update();
|
||||||
clusters->Update();
|
clusters->Update();
|
||||||
|
#ifdef PARALLEL
|
||||||
|
if (paralleltop)
|
||||||
|
{
|
||||||
|
paralleltop->Reset();
|
||||||
|
paralleltop->UpdateCoarseGrid();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Mesh :: BuildCurvedElements (const Refinement * ref, int aorder, bool arational)
|
void Mesh :: BuildCurvedElements (const Refinement * ref, int aorder, bool arational)
|
||||||
|
Loading…
Reference in New Issue
Block a user