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
a15f2015
Commit
a15f2015
authored
9 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
bef87f25
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/gmsh.html
+48
-54
48 additions, 54 deletions
doc/gmsh.html
with
48 additions
and
54 deletions
doc/gmsh.html
+
48
−
54
View file @
a15f2015
...
...
@@ -14,7 +14,6 @@ post processing, post-processor, postprocessor, post-processeur, CAD,
CAO, OpenGL, GL2PS, Gmesh"
>
<meta
name=
"viewport"
content=
"width= device-width"
>
<meta
name=
"apple-itunes-app"
content=
"app-id=845930897"
>
<link
href=
"http://geuz.org/geuz.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
>
<style
type=
"text/css"
>
<!
--
...
...
@@ -22,21 +21,17 @@ CAO, OpenGL, GL2PS, Gmesh">
ul
.small
{
margin-top
:
1ex
;
margin-bottom
:
1ex
;
}
--
>
</style>
<!--
<script>!function(d,s,id){
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";
if(!d.getElementById(id)){ js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
<!-- script>!function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0],
p=/^http:/.test(d.location)?"http":"https"; if(!d.getElementById(id)){
js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");
</script -->
<!-- script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return; js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
-->
fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
</script -->
</head>
...
...
@@ -67,36 +62,34 @@ CAO, OpenGL, GL2PS, Gmesh">
|
<a
href=
"#Screenshots"
>
Screenshots
</a>
|
<a
href=
"#Links"
>
Links
</a>
|
<a
href=
"#References"
>
References
</a>
<!--
Use static links to facebook/twitter for now; might switch to dynamic "follow/like" buttons with user counts later
| <div class="fb-like" data-href="https://www.facebook.com/OnelabModels" data-layout="button"
data-action="like" data-show-faces="false"
data-share="false"></div>
|
<
div class="fb-like" data-
href="https://www.facebook.com/OnelabModels"
data-layout="button_count
"
data-action="like" data-show-faces="false" data-share="false
"></
div
>
| <a href="https://twitter.com/OnelabModels" class="twitter-follow-button"
data-show-count="false" data-size="small"
data-show-screen-name="false">Follow
@OnelabModels</a>
-->
|
<a
href=
"https://www.
facebook
.com/OnelabModels"
><img
class=
"social"
src=
"http://geuz.org/gmsh/gallery/facebook.png"
alt=
"facebook"
></a>
|
<a
href=
"https://www.twitter.com/OnelabModels"
><img
class=
"social"
src=
"http://geuz.org/gmsh/gallery/twitter.png"
alt=
"twitter"
></a>
|
<!--
div class="fb-like" data-href="https://www.facebook.com/OnelabModels"
data-layout="button_count" data-action="like" data-show-faces="false"
data-share="false"></div
--
>
<
a
href=
"https://www.facebook.com/OnelabModels"
><img
class=
"social
"
src=
"http://geuz.org/gmsh/gallery/facebook.png"
alt=
"facebook
"
></
a
>
|
<
!--
a href="https://twitter.com/OnelabModels" class="twitter-follow-button"
data-show-count="false" data-size="small"
data-show-screen-name="false">Follow
@OnelabModels</a
-->
<a
href=
"https://www.
twitter
.com/OnelabModels"
><img
class=
"social"
src=
"http://geuz.org/gmsh/gallery/twitter.png"
alt=
"twitter"
></a>
</div>
<p>
Gmsh is a 3D finite element grid generator with a build-in CAD engine
and post-processor. Its design goal is to provide a fast, light and
user-friendly meshing tool with parametric input and advanced
visualization capabilities. Gmsh is built around four modules:
geometry, mesh, solver and post-processing. The specification of any
input to these modules is done either interactively using the
graphical user interface or in ASCII text files using Gmsh's own
scripting language.
Gmsh is a free 3D finite element grid generator with a build-in CAD engine and
post-processor. Its design goal is to provide a fast, light and user-friendly
meshing tool with parametric input and advanced visualization capabilities.
Gmsh is built around four modules: geometry, mesh, solver and
post-processing. The specification of any input to these modules is done either
interactively using the graphical user interface or in ASCII text files using
Gmsh's own scripting language.
</p>
<p>
See the screencasts for a
<a
href=
"screencasts/"
>
quick tour of
Gmsh's graphical user interface
</a>
, or the reference manual for a
more thorough
<a
href=
"doc/texinfo/gmsh.html#Overview"
>
overview
of Gmsh's capabilities
</a>
and some
<a
href=
"doc/texinfo/gmsh.html#Frequently-asked-questions"
>
frequently
asked questions
</a>
.
See the screencasts for a
<a
href=
"screencasts/"
>
quick tour of Gmsh's graphical
user interface
</a>
, or the reference manual for a more thorough
<a
href=
"doc/texinfo/gmsh.html#Overview"
>
overview of Gmsh's capabilities
</a>
and
some
<a
href=
"doc/texinfo/gmsh.html#Frequently-asked-questions"
>
frequently asked
questions
</a>
.
</p>
<h2><a
name=
"Download"
></a>
Download
</h2>
...
...
@@ -229,28 +222,28 @@ the <a href="doc/LICENSE.txt">GNU General Public License
linking with external libraries).
</p>
<p>
In short, this means that everyone is free to use Gmsh and to
redistribute it on a free basis. Gmsh is not in the public domain; it
is copyrighted and there are restrictions on its distribution (see the
license and the
related
<a
href=
"http://www.gnu.org/copyleft/gpl-faq.html"
>
frequently
asked questions
</a>
). For example, you cannot integrate this version
of Gmsh (in full or in parts) in any
<em>
closed-source
</em>
software
you plan to distribute (commercially or not). If you want to integrate
parts of Gmsh into a closed-source software, or want to sell a
modified closed-source version of Gmsh, you will need to obtain a
different license. Please
<a
href=
"/"
>
contact us directly
</a>
for more
information.
In short, this means that everyone is free to use Gmsh and to redistribute it on
a free basis. Gmsh is not in the public domain; it is copyrighted and there are
restrictions on its distribution (see the license and the
related
<a
href=
"http://www.gnu.org/copyleft/gpl-faq.html"
>
frequently asked
questions
</a>
). For example, you cannot integrate this version of Gmsh (in full
or in parts) in any
<em>
closed-source
</em>
software you plan to distribute
(commercially or not). If you want to integrate parts of Gmsh into a
closed-source software, or want to sell a modified closed-source version of
Gmsh, you will need to obtain a different license. Please
<a
href=
"/"
>
contact us
directly
</a>
for more information.
</p>
<h2><a
name=
"Screenshots"
></a>
Screenshots
</h2>
<p>
<a
href=
"http://geuz.org/gmsh/gallery/screenshot.png"
>
<img
class=
"screenshot"
src=
"http://geuz.org/gmsh/gallery/thumbnail.png"
alt=
"screenshot"
>
<img
class=
"screenshot"
src=
"http://geuz.org/gmsh/gallery/thumbnail.png"
alt=
"screenshot"
>
</a>
<a
href=
"http://geuz.org/gmsh/gallery/screenshot2.png"
>
<img
class=
"screenshot"
src=
"http://geuz.org/gmsh/gallery/thumbnail2.png"
alt=
"screenshot"
>
<img
class=
"screenshot"
src=
"http://geuz.org/gmsh/gallery/thumbnail2.png"
alt=
"screenshot"
>
</a>
</p>
...
...
@@ -279,7 +272,8 @@ information.
<li>
Gmsh and GetDP are bundled in the
<a
href=
"http://onelab.info/wiki/Mobile"
>
Onelab/Mobile
</a>
app for iPhone,
iPad and Android devices.
<li>
We are organizing the
<a
href=
"http://tetrahedron.montefiore.ulg.ac.be"
>
fifth Tetrahedron
</a>
workshop in Li
è
ge on July 4-5 2015!
<li>
We are organizing the
<a
href=
"http://tetrahedron.montefiore.ulg.ac.be"
>
fifth
Tetrahedron
</a>
workshop in Li
è
ge on July 4-5 2015!
</ul>
<h2><a
name=
"References"
></a>
References
</h2>
...
...
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