Update home authored by Christophe Geuzaine's avatar Christophe Geuzaine
......@@ -5,7 +5,7 @@ with the concepts and the syntax of ONELAB models.
The list below gives the main new concepts
introduced by each tutorial.
Explanations are given as comments directly in the models files,
which you can browse directly from the list. [Useful tips for using the graphical user interface](Onelab-graphical-user-interface-tips-and-tricks) as well as a [full list of ONELAB commands](Onelab-syntax-for-gmsh-and-getdp) are also available.
which you can browse directly from the list. [Useful tips for using the graphical user interface](Onelab-graphical-user-interface-tips-and-tricks) are also available.
You can download all the tutorials on your computer with the command:
......@@ -13,6 +13,8 @@ You can download all the tutorials on your computer with the command:
git clone http://gitlab.onelab.info/doc/tutorials.git
```
## ONELAB tutorial using Gmsh and GetDP
1. [Electrostatic __microstrip__](Electrostatics)
* Physical regions and Abstract regions
* Stiffness term of a Laplacian problem
......@@ -51,3 +53,8 @@ git clone http://gitlab.onelab.info/doc/tutorials.git
* Elementary algorithms in the Resolution section
* Non-linear iteration to achieve Kutta's condition
* Browse <a href="http://gitlab.onelab.info/doc/tutorials/tree/master/PotentialFlow">model files</a>
## ONELAB tutorial using Python
## ONELAB tutorial using C++