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

pp

parent cde24cd0
Branches
Tags
No related merge requests found
...@@ -2375,7 +2375,8 @@ static bool meshGeneratorPeriodic(GFace *gf, bool debug = true) ...@@ -2375,7 +2375,8 @@ static bool meshGeneratorPeriodic(GFace *gf, bool debug = true)
void deMeshGFace::operator() (GFace *gf) void deMeshGFace::operator() (GFace *gf)
{ {
if(gf->geomType() == GEntity::DiscreteSurface && !CTX::instance()->meshDiscrete)return; if(gf->geomType() == GEntity::DiscreteSurface && !CTX::instance()->meshDiscrete)
return;
gf->deleteMesh(); gf->deleteMesh();
gf->meshStatistics.status = GFace::PENDING; gf->meshStatistics.status = GFace::PENDING;
gf->meshStatistics.nbTriangle = gf->meshStatistics.nbEdge = 0; gf->meshStatistics.nbTriangle = gf->meshStatistics.nbEdge = 0;
......
...@@ -37,6 +37,8 @@ Enable discrete integration (needed for levelsets) (default: ON) ...@@ -37,6 +37,8 @@ Enable discrete integration (needed for levelsets) (default: ON)
Enable FLTK graphical user interface (requires mesh/post) (default: ON) Enable FLTK graphical user interface (requires mesh/post) (default: ON)
@item ENABLE_FOURIER_MODEL @item ENABLE_FOURIER_MODEL
Enable Fourier geometrical models (experimental) (default: OFF) Enable Fourier geometrical models (experimental) (default: OFF)
@item ENABLE_GETDP
Enable GetDP solver (as a directly linked library) (default: ON)
@item ENABLE_GMM @item ENABLE_GMM
Enable GMM linear solvers (simple alternative to PETSc) (default: ON) Enable GMM linear solvers (simple alternative to PETSc) (default: ON)
@item ENABLE_GMP @item ENABLE_GMP
...@@ -113,8 +115,6 @@ Enable Taucs linear solver (default: ON) ...@@ -113,8 +115,6 @@ Enable Taucs linear solver (default: ON)
Enable libtcmalloc, a fast malloc implementation but that does not release memory (default: OFF) Enable libtcmalloc, a fast malloc implementation but that does not release memory (default: OFF)
@item ENABLE_TETGEN @item ENABLE_TETGEN
Enable Tetgen 3D initial mesh generator (default: ON) Enable Tetgen 3D initial mesh generator (default: ON)
@item ENABLE_TETGEN_OLD
Enable older version of Tetgen (default: OFF)
@item ENABLE_VORO3D @item ENABLE_VORO3D
Enable Voro3D (for hex meshing, experimental) (default: ON) Enable Voro3D (for hex meshing, experimental) (default: ON)
@item ENABLE_WRAP_JAVA @item ENABLE_WRAP_JAVA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment