Skip to content
Snippets Groups Projects
Commit a15f2015 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

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