mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-06 21:37:28 +05:00
Merge branch 'mpi_fixes' into 'master'
MPI / MeshTopology See merge request jschoeberl/netgen!158
This commit is contained in:
commit
ccc7606c5f
@ -13,6 +13,7 @@ ExternalProject_Add(project_metis
|
|||||||
-DCMAKE_INSTALL_PREFIX=${METIS_DIR}
|
-DCMAKE_INSTALL_PREFIX=${METIS_DIR}
|
||||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||||
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
|
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
|
||||||
|
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
|
||||||
UPDATE_COMMAND "" # Disable update
|
UPDATE_COMMAND "" # Disable update
|
||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
)
|
)
|
||||||
|
@ -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