mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
delete pointelements after parallel mesh send (TODO: send pointelements!)
This commit is contained in:
parent
4619525280
commit
221d3f5a9a
@ -789,6 +789,7 @@ namespace netgen
|
||||
self.surfelements = Array<Element2d>(0);
|
||||
self.volelements = Array<Element>(0);
|
||||
self.segments = Array<Segment>(0);
|
||||
self.pointelements = Array<Element0d>(0);
|
||||
self.lockedpoints = Array<PointIndex>(0);
|
||||
auto cleanup_ptr = [](auto & ptr) {
|
||||
if (ptr != nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user