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

doc

parent b7381093
No related branches found
No related tags found
No related merge requests found
======== ==================
gmsh-dev gmsh (development)
======== ==================
`Gmsh <https://gmsh.info>`_ is an automatic three-dimensional finite element `Gmsh <https://gmsh.info>`_ is an automatic three-dimensional finite element
mesh generator with built-in pre- and post-processing facilities. mesh generator with built-in pre- and post-processing facilities.
...@@ -8,8 +8,9 @@ mesh generator with built-in pre- and post-processing facilities. ...@@ -8,8 +8,9 @@ mesh generator with built-in pre- and post-processing facilities.
The aim of this package is to install the latest development snapshot of the The aim of this package is to install the latest development snapshot of the
official Gmsh app and binary Software Development Kit (SDK) in a pythonic way, official Gmsh app and binary Software Development Kit (SDK) in a pythonic way,
i.e. via the ``pip`` command. Installation should work under Linux, Windows and i.e. via the ``pip`` command. Installation should work under Linux, Windows and
macOS for both Python 2 and 3. For the latest stable release, use the official macOS for both Python 2 and 3. For the latest stable release, use
``gmsh`` package instead. ``python-packages`` instead of ``python-packages-dev``, or use the official pypi
``gmsh`` package.
To install ``gmsh`` (developement version):: To install ``gmsh`` (developement version)::
...@@ -18,7 +19,7 @@ To install ``gmsh`` (developement version):: ...@@ -18,7 +19,7 @@ To install ``gmsh`` (developement version)::
This will download and install the latest development snapshot from This will download and install the latest development snapshot from
https://gmsh.info, bypassing the cache. On Linux systems without X windows, you https://gmsh.info, bypassing the cache. On Linux systems without X windows, you
can use ``gmsh-nox-dev`` instead of ``gmsh-dev``. can use ``python-packages-dev-nox`` instead of ``python-packages-dev``.
After installation you can either run the Gmsh app:: After installation you can either run the Gmsh app::
... ...
......
============ ===================================
gmsh-nox-dev gmsh (development, ``nox`` version)
============ ===================================
`Gmsh <https://gmsh.info>`_ is an automatic three-dimensional finite element `Gmsh <https://gmsh.info>`_ is an automatic three-dimensional finite element
mesh generator with built-in pre- and post-processing facilities. mesh generator with built-in pre- and post-processing facilities.
...@@ -8,8 +8,9 @@ mesh generator with built-in pre- and post-processing facilities. ...@@ -8,8 +8,9 @@ mesh generator with built-in pre- and post-processing facilities.
The aim of this package is to install the latest development snapshot of the The aim of this package is to install the latest development snapshot of the
official Gmsh app and binary Software Development Kit (SDK) in a pythonic way on official Gmsh app and binary Software Development Kit (SDK) in a pythonic way on
Linux systems without X Windows. For Windows, macOS or graphics-enabled Linux Linux systems without X Windows. For Windows, macOS or graphics-enabled Linux
systems, use the ``dev`` version of the gmsh package instead; for the latest systems, use the ``python-packages-dev`` instead of ``python-packages-dev-nox``;
stable release, use the official ``gmsh`` package. for the latest stable release, use ``python-packages`` or the official pypi
``gmsh`` package.
To install ``gmsh`` (development, ``nox`` version):: To install ``gmsh`` (development, ``nox`` version)::
... ...
......
This directory contains swig wrappers for the private Gmsh API. These are not This directory contains swig wrappers for the private Gmsh API. These are not
actively maintained anymore and are mostly provided for backward compatibility. actively maintained anymore and are mostly provided for backward compatibility.
For new projects you should use the public Gmsh API instead (see gmsh/api), For new projects you should use the public Gmsh API instead (see gmsh/api),
which natively supports (without swig) C++, C, Python and Julia. which natively supports (without swig) C++, C, Python, Julia and Fortran.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment