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
984febe2
Commit
984febe2
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
37f24ee8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+33
-26
33 additions, 26 deletions
doc/FAQ
doc/texinfo/opt_mesh.texi
+0
-15
0 additions, 15 deletions
doc/texinfo/opt_mesh.texi
with
33 additions
and
41 deletions
doc/FAQ
+
33
−
26
View file @
984febe2
$Id: FAQ,v 1.7
5
2006-
09-07 02:56:5
3 geuzaine Exp $
$Id: FAQ,v 1.7
6
2006-
11-27 19:32:2
3 geuzaine Exp $
This is the Gmsh FAQ
This is the Gmsh FAQ
...
@@ -110,7 +110,7 @@ Section 4: Geometry module
...
@@ -110,7 +110,7 @@ Section 4: Geometry module
* 4.1 Does Gmsh support NURBS curves/surfaces?
* 4.1 Does Gmsh support NURBS curves/surfaces?
Not yet
.
Only via STEP, IGES or BREP models (not in GEO files)
.
* 4.2 Gmsh is very slow when I use many transformations (Translate,
* 4.2 Gmsh is very slow when I use many transformations (Translate,
Rotate, Symmetry, Extrude, etc. ). What's wrong?
Rotate, Symmetry, Extrude, etc. ). What's wrong?
...
@@ -152,13 +152,13 @@ boundary curves, as well as the boundaries of these curves (i.e.,
...
@@ -152,13 +152,13 @@ boundary curves, as well as the boundaries of these curves (i.e.,
points). If 'Recursive' is not set, only the surface (the dashed
points). If 'Recursive' is not set, only the surface (the dashed
cross) would be shown.
cross) would be shown.
- In the '
Numeric Input
' tab, you can choose to show or hide any
- In the '
Selector
' tab, you can choose to show or hide any
entity or
entity or
mesh element by giving its number. You can also use the "*"
mesh element by giving its number. You can also use the "*"
character
character
to select all the entities/elements at once. For example, to
to select all the entities/elements at once. For example, to
show only
show only
the mesh element 13245 in the mesh, you would enter "*" in
the mesh element 13245 in the mesh, you would enter "*" in
the
the
'Element' input field and click on 'Hide' (this will hide all the
'Element' input field and click on 'Hide' (this will hide all the
mesh
mesh
elements); and then enter "13245" in the 'Element' input field
elements); and then enter "13245" in the 'Element' input field
and
and
click on 'Show' (this will show the element 13245). To show other
click on 'Show' (this will show the element 13245). To show other
element, you would just enter another number in the input field, click
element, you would just enter another number in the input field, click
on 'Show', etc.
on 'Show', etc.
...
@@ -223,14 +223,25 @@ hexahedra instead of tetrahedra.
...
@@ -223,14 +223,25 @@ hexahedra instead of tetrahedra.
* 5.8 Tools->Visibility does not seem to work with extruded meshes.
* 5.8 Tools->Visibility does not seem to work with extruded meshes.
This is fixed in Gmsh >= 1.54. However, when region numbers are
This is fixed in Gmsh >= 1.54. Note that in Gmsh < 2.0, when region
explicitly assigned to mesh entities in the extrude commands (which
numbers are explicitly assigned to mesh entities in the extrude
partially destroys the geometry/mesh relationship), the 'Visibility'
commands (which partially destroys the geometry/mesh relationship),
tool will only work as expected when displaying elementary
the 'Visibility' tool will only work as expected when displaying
entities. In this particular case, the only solution to visualize
elementary entities. In this particular case, the only solution to
extruded physical entities is to save the mesh, and to read it again.
visualize extruded physical entities is to save the mesh, and to read
it again.
* 5.9 Does Gmsh support curved elements?
* 5.9 Can I explicitly assign region numbers to extruded layers?
No, this feature has been removed in Gmsh 2.0. You must now use the
standard entity number instead.
* 5.10 Did you remove the elliptic mesh generator in Gmsh 2.0?
Yes. You can achieve the same result by using the transfinite
algorithm with smoothing (e.g., with "Mesh.Smoothing = 10").
* 5.11 Does Gmsh support curved elements?
Yes, Gmsh can generate both 1st order and 2nd order elements. To
Yes, Gmsh can generate both 1st order and 2nd order elements. To
generate second order elements, click on 'Second order' in the mesh
generate second order elements, click on 'Second order' in the mesh
...
@@ -238,16 +249,12 @@ menu after the mesh is completed. To always generate 2nd order
...
@@ -238,16 +249,12 @@ menu after the mesh is completed. To always generate 2nd order
elements, select 'Generate second order elements' in the mesh option
elements, select 'Generate second order elements' in the mesh option
panel. From the command line, you can also use '-order 2'.
panel. From the command line, you can also use '-order 2'.
* 5.1
0
Can I import an existing surface mesh in Gmsh and use it to
* 5.1
2
Can I import an existing surface mesh in Gmsh and use it to
build a 3D mesh?
build a 3D mesh?
Yes, see for example 'demos/sphere-discrete.geo'. You can either use
Yes, see for example 'demos/sphere-discrete.geo'.
the surface mesh "as-is" (for example to build a 3D mesh from an
existing boundary mesh), or you can remesh the surfaces to respect
certain constraints (see the STL menu in the mesh module). This is
still an experimental feature as of this writing (version 2.0).
* 5.1
1
How do I define boundary conditions or material properties in
* 5.1
3
How do I define boundary conditions or material properties in
Gmsh?
Gmsh?
By design, Gmsh does not try to incorporate every possible definition
By design, Gmsh does not try to incorporate every possible definition
...
@@ -260,12 +267,12 @@ Lines, Physical Surfaces and Physical Volumes): see the reference
...
@@ -260,12 +267,12 @@ Lines, Physical Surfaces and Physical Volumes): see the reference
manual as well as the tutorials (in particular 'tutorial/t1.geo') for
manual as well as the tutorials (in particular 'tutorial/t1.geo') for
a detailed description and some examples.
a detailed description and some examples.
* 5.1
2
How can I display only the mesh associated with selected
* 5.1
4
How can I display only the mesh associated with selected
geometrical entities?
geometrical entities?
See question 4.3.
See question 4.3.
* 5.1
3
How can I "explore" a mesh (for example, to see inside a
* 5.1
5
How can I "explore" a mesh (for example, to see inside a
complex structure)?
complex structure)?
You can use 'Tools->Clipping Planes' to extract the region of
You can use 'Tools->Clipping Planes' to extract the region of
...
@@ -279,7 +286,7 @@ fields. There is also one additional clipping plane available for
...
@@ -279,7 +286,7 @@ fields. There is also one additional clipping plane available for
"cutting" only the mesh (by keeping entire elements), in
"cutting" only the mesh (by keeping entire elements), in
'Tools->Options->Mesh->Cut Plane'.
'Tools->Options->Mesh->Cut Plane'.
* 5.1
4
What is the signification of Rho, Eta and Gamma in
* 5.1
6
What is the signification of Rho, Eta and Gamma in
Tools->Statistics?
Tools->Statistics?
They measure the quality of the tetrahedra in a mesh:
They measure the quality of the tetrahedra in a mesh:
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_mesh.texi
+
0
−
15
View file @
984febe2
...
@@ -19,11 +19,6 @@ Saved in: @code{General.OptionsFileName}
...
@@ -19,11 +19,6 @@ Saved in: @code{General.OptionsFileName}
Default value: @code{1}@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.AllowDegeneratedExtrude
Allow the generation of degenerated hexahedra or prisms during extrusion@*
Default value: @code{0}@*
Saved in: @code{-}
@item Mesh.AngleSmoothNormals
@item Mesh.AngleSmoothNormals
Threshold angle below which normals are not smoothed@*
Threshold angle below which normals are not smoothed@*
Default value: @code{30}@*
Default value: @code{30}@*
...
@@ -134,11 +129,6 @@ Only contruct the n-dimensional initial mesh (no refinement)@*
...
@@ -134,11 +129,6 @@ Only contruct the n-dimensional initial mesh (no refinement)@*
Default value: @code{0}@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.Interactive
Show the construction of 2D anisotropic mesh in real time@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.LabelType
@item Mesh.LabelType
Type of element label (0=element number, 1=elementary entity number, 2=physical entity number, 3=partition number, 4=coordinates)@*
Type of element label (0=element number, 1=elementary entity number, 2=physical entity number, 3=partition number, 4=coordinates)@*
Default value: @code{0}@*
Default value: @code{0}@*
...
@@ -254,11 +244,6 @@ Display mesh vertices (nodes)?@*
...
@@ -254,11 +244,6 @@ Display mesh vertices (nodes)?@*
Default value: @code{0}@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.PointInsertion
Point insertion method for isotropic 2D algorithm (1=center of circumscribed circle, 2=center of gravity)@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PointNumbers
@item Mesh.PointNumbers
Display mesh node numbers?@*
Display mesh node numbers?@*
Default value: @code{0}@*
Default value: @code{0}@*
...
...
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