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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
70acf10e
Commit
70acf10e
authored
20 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
mention python
parent
6c360c97
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+10
-9
10 additions, 9 deletions
doc/texinfo/gmsh.texi
with
10 additions
and
9 deletions
doc/texinfo/gmsh.texi
+
10
−
9
View file @
70acf10e
\input
texinfo.tex @c -*-texinfo-*-
@c
$
Id: gmsh.texi,v
1
.
17
1
2005
-
02
-
0
2
18
:
48
:
00
geuzaine Exp
$
@c
$
Id: gmsh.texi,v
1
.
17
2
2005
-
02
-
0
6
06
:
29
:
27
geuzaine Exp
$
@c
@c Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
@c
...
...
@@ -467,8 +467,8 @@ from user-defined background meshes (@pxref{Mesh commands});
create simple extruded geometries and meshes (see @ref
{
Geometry commands
}
,
and @ref
{
Mesh commands
}
);
@item
interact with external solvers. Gmsh provides C
/
C++
and
Perl
interfaces, and
others can be easily added (@pxref
{
Solver module
}
);
interact with external solvers. Gmsh provides C
,
C++
,
Perl
and Python
interfaces, and
others can be easily added (@pxref
{
Solver module
}
);
@item
visualize computational results in a great variety of ways. Gmsh can display
scalar, vector and tensor data sets, and can perform various operations on
...
...
@@ -2188,11 +2188,11 @@ If you want the solver to interact with Gmsh (for error messages, option
definitions, post-processing, etc.), you need to link your solver with the
@file
{
GmshClient.c
}
file and add the appropriate function calls inside your
program. You can then proceed as in the previous case, but this time you
should set the client-server option to 1 (e.g., @code
{
Solver.ClientServer0
=
1
}
), so that Gmsh and the solver can communicate through a Unix
socket. See
@ref
{
Solver example
}
, for an example of how to interface a C
solver. Bindings for solvers written in other languages (
e.g.
, Perl
)
a
re
available on @value
{
GMSH-WEB
}
.
should set the client-server option to 1 (e.g., @code
{
Solver.ClientServer0
=
1
}
), so that Gmsh and the solver can communicate through a Unix
socket. See
@ref
{
Solver example
}
, for an example of how to interface a C
++
solver. Bindings for solvers written in other languages (
C
, Perl a
nd Python)
are
available on @value
{
GMSH-WEB
}
.
@menu
* Solver options::
...
...
@@ -2223,7 +2223,8 @@ available on @value{GMSH-WEB}.
Here is a small example of how to interface a C++ solver with Gmsh. The
following listing reproduces the @file
{
utils/solvers/c++/solver.cpp
}
file
from the Gmsh source distribution (C and Perl examples are also available).
from the Gmsh source distribution (C, Perl and Python examples are also
available).
@sp 1
...
...
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