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

typos

parent 4841887f
Branches
Tags
No related merge requests found
GMSH FREQUENTLY ASKED QUESTIONS ($Date: 2002-01-03 10:25:06 $) GMSH FREQUENTLY ASKED QUESTIONS ($Date: 2002-01-21 19:43:38 $)
1. GENERAL 1. GENERAL
========== ==========
...@@ -141,7 +141,7 @@ hexahedra. ...@@ -141,7 +141,7 @@ hexahedra.
6.1) How do I integrate my own solver with Gmsh? 6.1) How do I integrate my own solver with Gmsh?
If you want to simply launch a program from withing Gmsh, just edit If you want to simply launch a program from within Gmsh, just edit
the options to define your solver commands (e.g. Solver.Name0, the options to define your solver commands (e.g. Solver.Name0,
Solver.Executable0, etc.), and set the ClientServer option to zero Solver.Executable0, etc.), and set the ClientServer option to zero
(e.g. Solver.ClientServer0 = 0). (e.g. Solver.ClientServer0 = 0).
......
...@@ -120,8 +120,11 @@ circumscribed circle/sphere. ...@@ -120,8 +120,11 @@ circumscribed circle/sphere.
External solvers can be interfaced with Gmsh through a socket External solvers can be interfaced with Gmsh through a socket
mechanism, which permits to easily launch computations either locally mechanism, which permits to easily launch computations either locally
or on remote computers, and to collect and exploit the simulation or on remote computers, and to collect and exploit the simulation
results within Gmsh. The only solver currently interfaced is <A results within Gmsh. The only default solver currently interfaced with
HREF="/getdp/">GetDP</A>. Gmsh is <A HREF="/getdp/">GetDP</A>. Check the <A
HREF="/gmsh/doc/mysolver.tgz">solver example</A> to see how to define
your own solver (be sure to also read the answer to the question 6.1
in the <A HREF="/gmsh/doc/FAQ">FAQ</A>).
<h3><a name="post-processing"></a>Post-processing: scalar and vector field visualization</h3> <h3><a name="post-processing"></a>Post-processing: scalar and vector field visualization</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment