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
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romin Tomasetti
gmsh
Commits
a4ff52a9
Commit
a4ff52a9
authored
Sep 10, 2022
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
b7381093
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
utils/pypi/README.gmsh-dev.rst
+7
-6
7 additions, 6 deletions
utils/pypi/README.gmsh-dev.rst
utils/pypi/README.gmsh-nox-dev.rst
+6
-5
6 additions, 5 deletions
utils/pypi/README.gmsh-nox-dev.rst
utils/wrappers/README.txt
+1
-1
1 addition, 1 deletion
utils/wrappers/README.txt
with
14 additions
and
12 deletions
utils/pypi/README.gmsh-dev.rst
+
7
−
6
View file @
a4ff52a9
========
========
==========
gmsh
-
dev
gmsh
(
dev
elopment)
========
========
==========
`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::
...
...
...
...
This diff is collapsed.
Click to expand it.
utils/pypi/README.gmsh-nox-dev.rst
+
6
−
5
View file @
a4ff52a9
============
============
=======================
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 diff is collapsed.
Click to expand it.
utils/wrappers/README.txt
+
1
−
1
View file @
a4ff52a9
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
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