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