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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
09b12c2f
Commit
09b12c2f
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
add remarck on mixed struct+unstruct vol meshes with old iso 3d algo
parent
389bde7f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+10
-5
10 additions, 5 deletions
doc/texinfo/gmsh.texi
with
10 additions
and
5 deletions
doc/texinfo/gmsh.texi
+
10
−
5
View file @
09b12c2f
\input
texinfo.tex @c -*-texinfo-*-
@c
$
Id: gmsh.texi,v
1
.
20
5
2006
-
03
-
10
0
2
:
3
0
:
4
3
geuzaine Exp
$
@c
$
Id: gmsh.texi,v
1
.
20
6
2006
-
03
-
22
1
2
:
3
7
:
4
6
geuzaine Exp
$
@c
@c Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
@c
...
...
@@ -368,10 +368,15 @@ length field, which can be uniform, specified by characteristic lengths
associated with elementary geometrical entities, or associated with another
mesh (the background mesh).
For each meshing step, all structured mesh directives are executed first,
and serve as additional constraints for the unstructured parts. The
implemented Delaunay algorithm is subdivided in the following five steps for
surface/volume discretization:
For each meshing step, all structured mesh directives are executed
first, and serve as additional constraints for the unstructured parts
@footnote
{
Note that mixing structured volume grids with unstructured
volume grids generated with the default 3D isotropic Delaunay algorithm
can result, in certain cases, to non-conform surface meshes on their
shared boudary. If this happens, you may consider using the Netgen
algorithm for the unstructured part.
}
. The implemented Delaunay
algorithm is subdivided in the following five steps for surface/volume
discretization:
@enumerate
@item
...
...
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