mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/gmsh: Fix README, slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
039c075aac
commit
78eea3ae2d
2 changed files with 25 additions and 10 deletions
|
@ -1,7 +1,22 @@
|
|||
Gmsh (A three-dimensional finite element mesh generator with built-in pre- and post-processing facilities)
|
||||
Gmsh (A three-dimensional finite element mesh generator with built-in
|
||||
pre- and post-processing facilities)
|
||||
|
||||
Gmsh is an open source 3D finite element mesh generator with a built-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, in ASCII text files using Gmsh's own scripting language (.geo files), or using the C++, C, Python or Julia Application Programming Interface (API).
|
||||
Gmsh is an open source 3D finite element mesh generator with a
|
||||
built-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, in ASCII text files using Gmsh's own
|
||||
scripting language (.geo files), or using the C++, C, Python or Julia
|
||||
Application Programming Interface (API).
|
||||
|
||||
See this general presentation for a high-level overview of Gmsh and recent developments, the screencasts for a quick tour of Gmsh's graphical user interface, and the reference manual for a more thorough overview of Gmsh's capabilities, some frequently asked questions and the documentation of the C++, C, Python and Julia API.
|
||||
See this general presentation for a high-level overview of Gmsh
|
||||
and recent developments, the screencasts for a quick tour of Gmsh's
|
||||
graphical user interface, and the reference manual for a more thorough
|
||||
overview of Gmsh's capabilities, some frequently asked questions and
|
||||
the documentation of the C++, C, Python and Julia API.
|
||||
|
||||
The source code repository contains many examples written using both the built-in script language (see e.g. the tutorials and demos) and the API.
|
||||
The source code repository contains many examples written using both
|
||||
the built-in script language (see e.g. the tutorials and demos) and
|
||||
the API.
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler---------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gmsh: gmsh (finite element mesh generator)
|
||||
gmsh:
|
||||
gmsh: Gmsh is an automatic three-dimensional finite element mesh generator
|
||||
gmsh: with built-in pre- and post-processing facilities.
|
||||
gmsh:
|
||||
gmsh: Gmsh is copyright (C) 1997-2019 C. Geuzaine and J.-F. Remacle, and is
|
||||
gmsh: distributed under the terms of the GNU General Public License, Version 2
|
||||
gmsh: or later, with an exception to allow for easier linking with external
|
||||
gmsh: libraries.
|
||||
gmsh:
|
||||
gmsh: Gmsh is copyright (C) 1997-2019 C. Geuzaine and J.-F. Remacle,
|
||||
gmsh: and is distributed under the terms of the GNU General Public
|
||||
gmsh: License, Version 2 or later, with an exception to allow for
|
||||
gmsh: easier linking with external libraries.
|
||||
gmsh:
|
||||
gmsh:
|
||||
|
|
Loading…
Reference in a new issue