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
3ef61453
Commit
3ef61453
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
discrete stuff
parent
f8b30642
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/FAQ
+11
-2
11 additions, 2 deletions
doc/FAQ
with
11 additions
and
2 deletions
doc/FAQ
+
11
−
2
View file @
3ef61453
$Id: FAQ,v 1.6
3
2005-06-
08 19:12:05
geuzaine Exp $
$Id: FAQ,v 1.6
4
2005-06-
12 04:00:10
geuzaine Exp $
This is the Gmsh FAQ
...
...
@@ -249,7 +249,16 @@ option panel. From the command line, you can also use '-order 2'.
* 5.10 Can I import an existing surface mesh in Gmsh and use it to
build a 3D mesh?
Yes, either in the form of a STL triangulation, or FIXME: TODO
Yes, see for example 'demos/sphere-discrete.geo'. Note that Gmsh
does not currently modify the surface mesh that you provide in this
way, so this surface mesh has to be conform (without gaps, hanging
nodes, etc.) and must contain surface elements having the final
desired sizes.
Gmsh can also import discrete geometries in the form of STL
triangulations, and remesh these to respect certain constraints. This
is an experimental and undocumented feature as of this writing
(version 1.61).
* 5.11 How do I define boundary conditions or material properties in
Gmsh?
...
...
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