Skip to content
Snippets Groups Projects
Commit 68b0fbfb authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

remove until ready

parent a8e01ce1
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ set(SRC ...@@ -17,7 +17,6 @@ set(SRC
meshGRegionDelaunayInsertion.cpp meshGRegionTransfinite.cpp meshGRegionDelaunayInsertion.cpp meshGRegionTransfinite.cpp
meshGRegionExtruded.cpp meshGRegionCarveHole.cpp meshGRegionExtruded.cpp meshGRegionCarveHole.cpp
meshGRegionLocalMeshMod.cpp meshGRegionMMG3D.cpp meshGRegionLocalMeshMod.cpp meshGRegionMMG3D.cpp
meshGRegionBoundaryRecovery.cpp
meshMetric.cpp meshMetric.cpp
BackgroundMesh.cpp BackgroundMesh.cpp
qualityMeasures.cpp qualityMeasures.cpp
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "meshGFace.h" #include "meshGFace.h"
#include "meshGFaceOptimize.h" #include "meshGFaceOptimize.h"
#include "boundaryLayersData.h" #include "boundaryLayersData.h"
#include "meshGRegionBoundaryRecovery.h" //#include "meshGRegionBoundaryRecovery.h"
#include "meshGRegionDelaunayInsertion.h" #include "meshGRegionDelaunayInsertion.h"
#include "GModel.h" #include "GModel.h"
#include "GRegion.h" #include "GRegion.h"
...@@ -1347,6 +1347,7 @@ void MeshDelaunayVolume(std::vector<GRegion*> &regions) ...@@ -1347,6 +1347,7 @@ void MeshDelaunayVolume(std::vector<GRegion*> &regions)
MeshDelaunayVolumeTetgen(regions); MeshDelaunayVolumeTetgen(regions);
return; return;
#endif #endif
/*
splitQuadRecovery sqr; splitQuadRecovery sqr;
for(unsigned int i = 0; i < regions.size(); i++) for(unsigned int i = 0; i < regions.size(); i++)
...@@ -1403,7 +1404,7 @@ void MeshDelaunayVolume(std::vector<GRegion*> &regions) ...@@ -1403,7 +1404,7 @@ void MeshDelaunayVolume(std::vector<GRegion*> &regions)
else if(!Filler::get_nbr_new_vertices() && !LpSmoother::get_nbr_interior_vertices()){ else if(!Filler::get_nbr_new_vertices() && !LpSmoother::get_nbr_interior_vertices()){
insertVerticesInRegion(gr,2000000000,!_BL); insertVerticesInRegion(gr,2000000000,!_BL);
} }
*/
} }
#if defined(HAVE_NETGEN) #if defined(HAVE_NETGEN)
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment