mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-08 22:37:28 +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.mlbetweennodes = Array<PointIndices<2>,PointIndex::BASE> (0);
|
||||||
self.mlparentelement = Array<int>(0);
|
self.mlparentelement = Array<int>(0);
|
||||||
self.mlparentsurfaceelement = Array<int>(0);
|
self.mlparentsurfaceelement = Array<int>(0);
|
||||||
self.topology.Update();
|
|
||||||
self.curvedelems = new CurvedElements (self);
|
self.curvedelems = new CurvedElements (self);
|
||||||
self.clusters = new AnisotropicClusters (self);
|
self.clusters = new AnisotropicClusters (self);
|
||||||
self.ident = new Identifications (self);
|
self.ident = new Identifications (self);
|
||||||
|
self.topology = MeshTopology(*this);
|
||||||
|
self.topology.Update();
|
||||||
self.BuildElementSearchTree();
|
self.BuildElementSearchTree();
|
||||||
|
|
||||||
// const_cast<Mesh&>(*this).DeleteMesh();
|
// const_cast<Mesh&>(*this).DeleteMesh();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user