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
7e0702cd
Commit
7e0702cd
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
set tol=1e-12
parent
30965a97
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Mesh/meshGFaceExtruded.cpp
+2
-2
2 additions, 2 deletions
Mesh/meshGFaceExtruded.cpp
Mesh/meshGRegionExtruded.cpp
+2
-2
2 additions, 2 deletions
Mesh/meshGRegionExtruded.cpp
with
4 additions
and
4 deletions
Mesh/meshGFaceExtruded.cpp
+
2
−
2
View file @
7e0702cd
// $Id: meshGFaceExtruded.cpp,v 1.1
0
2006-11-27 22:
2
2:1
7
geuzaine Exp $
// $Id: meshGFaceExtruded.cpp,v 1.1
1
2006-11-27 22:
3
2:
0
1 geuzaine Exp $
//
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -153,7 +153,7 @@ int MeshExtrudedSurface(GFace *gf)
...
@@ -153,7 +153,7 @@ int MeshExtrudedSurface(GFace *gf)
// build a set with all the vertices on the boundary of gf
// build a set with all the vertices on the boundary of gf
double
old_tol
=
MVertexLessThanLexicographic
::
tolerance
;
double
old_tol
=
MVertexLessThanLexicographic
::
tolerance
;
MVertexLessThanLexicographic
::
tolerance
=
1.e-1
4
;
MVertexLessThanLexicographic
::
tolerance
=
1.e-1
2
;
std
::
set
<
MVertex
*
,
MVertexLessThanLexicographic
>
pos
;
std
::
set
<
MVertex
*
,
MVertexLessThanLexicographic
>
pos
;
std
::
list
<
GEdge
*>
edges
=
gf
->
edges
();
std
::
list
<
GEdge
*>
edges
=
gf
->
edges
();
std
::
list
<
GEdge
*>::
iterator
it
=
edges
.
begin
();
std
::
list
<
GEdge
*>::
iterator
it
=
edges
.
begin
();
...
...
This diff is collapsed.
Click to expand it.
Mesh/meshGRegionExtruded.cpp
+
2
−
2
View file @
7e0702cd
// $Id: meshGRegionExtruded.cpp,v 1.
3
2006-11-27 22:
2
2:1
7
geuzaine Exp $
// $Id: meshGRegionExtruded.cpp,v 1.
4
2006-11-27 22:
3
2:
0
1 geuzaine Exp $
//
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -177,7 +177,7 @@ int MeshExtrudedVolume(GRegion *gr)
...
@@ -177,7 +177,7 @@ int MeshExtrudedVolume(GRegion *gr)
// build a set with all the vertices on the boundary of gr
// build a set with all the vertices on the boundary of gr
double
old_tol
=
MVertexLessThanLexicographic
::
tolerance
;
double
old_tol
=
MVertexLessThanLexicographic
::
tolerance
;
MVertexLessThanLexicographic
::
tolerance
=
1.e-1
4
;
MVertexLessThanLexicographic
::
tolerance
=
1.e-1
2
;
std
::
set
<
MVertex
*
,
MVertexLessThanLexicographic
>
pos
;
std
::
set
<
MVertex
*
,
MVertexLessThanLexicographic
>
pos
;
std
::
list
<
GFace
*>
faces
=
gr
->
faces
();
std
::
list
<
GFace
*>
faces
=
gr
->
faces
();
std
::
list
<
GFace
*>::
iterator
it
=
faces
.
begin
();
std
::
list
<
GFace
*>::
iterator
it
=
faces
.
begin
();
...
...
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