Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
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
documentation
website
Commits
17cbfb98
Commit
17cbfb98
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
up
parent
a81367fc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
onelab.html
+6
-7
6 additions, 7 deletions
onelab.html
with
6 additions
and
7 deletions
onelab.html
+
6
−
7
View file @
17cbfb98
...
...
@@ -87,16 +87,15 @@ easily interfaced as well.
<li>
By directly embedding the ONELAB C++ library or the ONELAB Python
module. This is what
<a
href=
"http://getdp.info"
>
GetDP
</a>
(a finite element
solver for electromagnetism, heat transfer, acoustics and generic
PDEs),
<a
href=
"http://gmsh.info"
>
Gmsh
</a>
(a mesh generator and
post-processor (Gmsh also plays the role of ONELAB server) and Onelab/Mobile
(GetDP and Gmsh
on
<a
href=
"https://itunes.apple.com/us/app/onelab/id845930897"
>
iPhone,
iPad
</a>
PDEs),
<a
href=
"http://gmsh.info"
>
Gmsh
</a>
(a mesh generator with built-in
CAD engine and post-processor) and Onelab/Mobile (GetDP and Gmsh
on
<a
href=
"https://itunes.apple.com/us/app/onelab/id845930897"
>
iOS
</a>
and
<a
href=
"https://play.google.com/store/apps/details?id=org.geuz.onelab"
>
Android
</a>
)
do. Any C++ and Python code can do the same.
<li>
By preprocessing the input files of any software. The different steps of a
simulation (meshing, solving, post-processing) are then controlled by a
python script.
<a
href=
"https://www.csc.fi/web/elmer"
>
Elmer
</a>
,
python script, which dynamically regenerates the input
files.
<a
href=
"https://www.csc.fi/web/elmer"
>
Elmer
</a>
,
<a
href=
"https://www.openfoam.com/"
>
OpenFOAM
</a>
,
<a
href=
"https://www.code-aster.org/"
>
Code_Aster
</a>
,
<a
href=
"https://www.3ds.com/fr/produits-et-services/simulia/produits/abaqus"
>
Abaqus
</a>
...
...
@@ -105,7 +104,7 @@ easily interfaced as well.
</ol>
<p>
The ONELAB interface allows to call such clients and have them share
parameters and modeling information. The implementation is based on a
simple
parameters and modeling information. The implementation is based on a
client-server model, with a server-side database, an (optional) graphical
front-end, and local or remote clients communicating in-memory or through
TCP/IP sockets. Contrary to most available solver interfaces, the ONELAB
...
...
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