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
97a1c706
Commit
97a1c706
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
31be81b9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Common/DefaultOptions.h
+1
-1
1 addition, 1 deletion
Common/DefaultOptions.h
Common/GmshDefines.h
+0
-3
0 additions, 3 deletions
Common/GmshDefines.h
doc/CREDITS
+4
-4
4 additions, 4 deletions
doc/CREDITS
with
5 additions
and
8 deletions
Common/DefaultOptions.h
+
1
−
1
View file @
97a1c706
...
@@ -839,7 +839,7 @@ StringXNumber GeometryOptions_Number[] = {
...
@@ -839,7 +839,7 @@ StringXNumber GeometryOptions_Number[] = {
StringXNumber
MeshOptions_Number
[]
=
{
StringXNumber
MeshOptions_Number
[]
=
{
{
F
|
O
,
"Algorithm"
,
opt_mesh_algo2d
,
DELAUNAY_ISO
,
{
F
|
O
,
"Algorithm"
,
opt_mesh_algo2d
,
DELAUNAY_ISO
,
"2D mesh algorithm (1=isotropic, 2=anisotropic, 3=triangle)"
},
"2D mesh algorithm (1=isotropic, 2=anisotropic, 3=triangle)"
},
{
F
|
O
,
"Algorithm3D"
,
opt_mesh_algo3d
,
DELAUNAY_ISO
,
{
F
|
O
,
"Algorithm3D"
,
opt_mesh_algo3d
,
DELAUNAY_ISO
/* FRONTAL_NETGEN */
,
"3D mesh algorithm (1=isotropic, 4=netgen, 5=tetgen)"
},
"3D mesh algorithm (1=isotropic, 4=netgen, 5=tetgen)"
},
{
F
|
O
,
"AngleSmoothNormals"
,
opt_mesh_angle_smooth_normals
,
30
.
0
,
{
F
|
O
,
"AngleSmoothNormals"
,
opt_mesh_angle_smooth_normals
,
30
.
0
,
"Threshold angle below which normals are not smoothed"
},
"Threshold angle below which normals are not smoothed"
},
...
...
This diff is collapsed.
Click to expand it.
Common/GmshDefines.h
+
0
−
3
View file @
97a1c706
...
@@ -61,8 +61,6 @@
...
@@ -61,8 +61,6 @@
#define ENT_ALL (ENT_POINT | ENT_LINE | ENT_SURFACE | ENT_VOLUME)
#define ENT_ALL (ENT_POINT | ENT_LINE | ENT_SURFACE | ENT_VOLUME)
// Mesh algorithms
// Mesh algorithms
#define QUALITY_EDGES_BASED 1
#define QUALITY_SIMPLEX_BASED 2
#define DELAUNAY_ISO 1
#define DELAUNAY_ISO 1
#define DELAUNAY_ANISO 2
#define DELAUNAY_ANISO 2
#define DELAUNAY_TRIANGLE 3
#define DELAUNAY_TRIANGLE 3
...
@@ -71,6 +69,5 @@
...
@@ -71,6 +69,5 @@
#define TRANSFINI 1
#define TRANSFINI 1
#define LIBRE 2
#define LIBRE 2
#define ELLIPTIC 3
#endif
#endif
This diff is collapsed.
Click to expand it.
doc/CREDITS
+
4
−
4
View file @
97a1c706
$Id: CREDITS,v 1.4
0
2006-1
1-30
17:
3
7:
12
geuzaine Exp $
$Id: CREDITS,v 1.4
1
2006-1
2-03
17:
5
7:
43
geuzaine Exp $
Gmsh is copyright (C) 1997-2007
Gmsh is copyright (C) 1997-2007
...
@@ -77,11 +77,11 @@ subdirectory) copyright (C) 1994-2004, Joachim Sch"oberl: check the
...
@@ -77,11 +77,11 @@ subdirectory) copyright (C) 1994-2004, Joachim Sch"oberl: check the
configuration options.
configuration options.
This version of Gmsh may contain code (in the contrib/Triangle
This version of Gmsh may contain code (in the contrib/Triangle
subdirectory) copyright (C) 1993, 1995, 1997, 1998, 2002,
Jonathan
subdirectory) copyright (C) 1993, 1995, 1997, 1998, 2002,
2005
Richard Shewchuk: check the configuration options.
Jonathan
Richard Shewchuk: check the configuration options.
This version of Gmsh may contain code (in the contrib/Tetgen
This version of Gmsh may contain code (in the contrib/Tetgen
subdirectory) copyright (C) 2002, 2004 Hang Si: check the
subdirectory) copyright (C) 2002, 2004
, 2005, 2006
Hang Si: check the
configuration options.
configuration options.
This version of Gmsh may contain code (in the contrib/Metis
This version of Gmsh may contain code (in the contrib/Metis
...
...
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