mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
updateSignal for Mesh class
This commit is contained in:
parent
e72fb08405
commit
1c6051371e
@ -6642,6 +6642,7 @@ namespace netgen
|
||||
paralleltop->UpdateCoarseGrid();
|
||||
}
|
||||
#endif
|
||||
updateSignal.Emit();
|
||||
}
|
||||
|
||||
void Mesh :: BuildCurvedElements (const Refinement * ref, int aorder, bool arational)
|
||||
|
@ -172,6 +172,7 @@ namespace netgen
|
||||
const int element) const;
|
||||
|
||||
public:
|
||||
Signal<> updateSignal;
|
||||
|
||||
// store coarse mesh before hp-refinement
|
||||
unique_ptr<NgArray<HPRefElement>> hpelements;
|
||||
|
Loading…
Reference in New Issue
Block a user