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
7cac0589
"README.txt" did not exist on "ad33604db3ff321a80e0ccac740f3ece042579f7"
Commit
7cac0589
authored
5 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
e79c83ac
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
CHANGELOG.txt
+4
-2
4 additions, 2 deletions
CHANGELOG.txt
doc/texinfo/gmsh.texi
+5
-9
5 additions, 9 deletions
doc/texinfo/gmsh.texi
tutorial/README.txt
+3
-4
3 additions, 4 deletions
tutorial/README.txt
with
12 additions
and
15 deletions
CHANGELOG.txt
+
4
−
2
View file @
7cac0589
4.6.1 (Work-in-progress): new api to retrieve "homogeneous" model-based data;
improved VTK reader; small bug fixes.
4.6.1 (Work-in-progress): API errors now throw exceptions with the last error
message (instead of an integer error code); new API to retrieve "homogeneous"
model-based data, for improved Python performance; improved VTK reader; small
bug fixes.
4.6.0 (June 22, 2020): new options to only generate initial 2D or 3D meshes
(without node insertion), and to only mesh non-meshed entities; added ability to
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
5
−
9
View file @
7cac0589
...
...
@@ -5752,16 +5752,12 @@ The Gmsh Application Programming Interface (API) allows you to integrate
the Gmsh library in your own application. By design, the Gmsh API is
purely functional, and only uses elementary types from the target
language. Currently supported languages are C++, C, Python and Julia.
See the
@url
{
@value
{
GITLAB-PREFIX
}
/tutorial/c++,tutorial/c++
}
,
See the @url
{
@value
{
GITLAB-PREFIX
}
/tutorial/c++,tutorial/c++
}
,
@url
{
@value
{
GITLAB-PREFIX
}
/tutorial/c,tutorial/c
}
,
@url
{
@value
{
GITLAB-PREFIX
}
/tutorial/python,tutorial/python
}
and
@url
{
@value
{
GITLAB-PREFIX
}
/tutorial/julia,tutorial/julia
}
directories for the API @ref
{
Tutorial
}
. Other API examples are available
in the
@url
{
@value
{
GITLAB-PREFIX
}
/demos/api/,demos/api
}
directory.
@url
{
@value
{
GITLAB-PREFIX
}
/tutorial/python,tutorial/python
}
and
@url
{
@value
{
GITLAB-PREFIX
}
/tutorial/julia,tutorial/julia
}
directories
from the @ref
{
Tutorial
}
for examples. For other API examples, see the
@url
{
@value
{
GITLAB-PREFIX
}
/demos/api/,demos/api
}
directory.
The different versions of the API are generated automatically from the
master API definition file
...
...
This diff is collapsed.
Click to expand it.
tutorial/README.txt
+
3
−
4
View file @
7cac0589
...
...
@@ -15,10 +15,9 @@ The `c++', `c', `python' and `julia' subdirectories contain the C++, C, Python
and Julia tutorials, written using the Gmsh Application Programming Interface
(API). You will need the Gmsh dynamic library and the associated header files
(for C++ and C) or modules (for Python and Julia) to run them. Each subdirectory
also contains additional information on how to run the tutorials for each
supported language, as well as extended tutorials (starting with `x')
introducing features available through the API but not available in `.geo'
files.
contains additional information on how to run the tutorials for each supported
language, as well as extended tutorials (starting with `x') introducing features
available through the API but not available in `.geo' files.
* A binary Software Development Kit (SDK) for Windows, Linux and macOS, that
contains the dynamic Gmsh library and the associated header and module files,
...
...
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