mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
completely reset topology on master after distributing mesh
This commit is contained in:
parent
cef2395f96
commit
89a34b865f
@ -769,10 +769,11 @@ namespace netgen
|
||||
self.mlbetweennodes = Array<PointIndices<2>,PointIndex::BASE> (0);
|
||||
self.mlparentelement = Array<int>(0);
|
||||
self.mlparentsurfaceelement = Array<int>(0);
|
||||
self.topology.Update();
|
||||
self.curvedelems = new CurvedElements (self);
|
||||
self.clusters = new AnisotropicClusters (self);
|
||||
self.ident = new Identifications (self);
|
||||
self.topology = MeshTopology(*this);
|
||||
self.topology.Update();
|
||||
self.BuildElementSearchTree();
|
||||
|
||||
// const_cast<Mesh&>(*this).DeleteMesh();
|
||||
|
Loading…
Reference in New Issue
Block a user