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
1a6c98ad
Commit
1a6c98ad
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
4841887f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+2
-2
2 additions, 2 deletions
doc/FAQ
doc/gmsh.html
+5
-2
5 additions, 2 deletions
doc/gmsh.html
with
7 additions
and
4 deletions
doc/FAQ
+
2
−
2
View file @
1a6c98ad
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 within
g
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).
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.html
+
5
−
2
View file @
1a6c98ad
...
@@ -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>
...
...
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