Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
536cf81a
Commit
536cf81a
authored
8 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
pp
parent
cde24cd0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Mesh/HighOrder.cpp
+2
-2
2 additions, 2 deletions
Mesh/HighOrder.cpp
Mesh/meshGFace.cpp
+3
-2
3 additions, 2 deletions
Mesh/meshGFace.cpp
doc/texinfo/cmake_options.texi
+2
-2
2 additions, 2 deletions
doc/texinfo/cmake_options.texi
with
7 additions
and
6 deletions
Mesh/HighOrder.cpp
+
2
−
2
View file @
536cf81a
This diff is collapsed.
Click to expand it.
Mesh/meshGFace.cpp
+
3
−
2
View file @
536cf81a
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/cmake_options.texi
+
2
−
2
View file @
536cf81a
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment