updateSignal for Mesh class

This commit is contained in:
Matthias Hochsteger 2020-11-27 16:40:17 +01:00
parent e72fb08405
commit 1c6051371e
2 changed files with 2 additions and 0 deletions

View File

@ -6642,6 +6642,7 @@ namespace netgen
paralleltop->UpdateCoarseGrid();
}
#endif
updateSignal.Emit();
}
void Mesh :: BuildCurvedElements (const Refinement * ref, int aorder, bool arational)

View File

@ -172,6 +172,7 @@ namespace netgen
const int element) const;
public:
Signal<> updateSignal;
// store coarse mesh before hp-refinement
unique_ptr<NgArray<HPRefElement>> hpelements;