Update home authored by Christophe Geuzaine's avatar Christophe Geuzaine
...@@ -22,32 +22,32 @@ techniques are available [here](https://gitlab.onelab.info/doc/models/wikis/home ...@@ -22,32 +22,32 @@ techniques are available [here](https://gitlab.onelab.info/doc/models/wikis/home
1. [Electrostatic __microstrip__](Electrostatics) 1. [Electrostatic __microstrip__](Electrostatics)
* Physical regions and Abstract regions * Physical regions and Abstract regions
* Stiffness term of a Laplacian problem * Stiffness term of a Laplacian problem
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/Electrostatics) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/Electrostatics)
2. [Magnetostatic __electromagnet__](Magnetostatics) 2. [Magnetostatic __electromagnet__](Magnetostatics)
* Right-hand-side term of a Poisson problem * Right-hand-side term of a Poisson problem
* Onelab variables * Onelab variables
* Boundary conditions at infinity * Boundary conditions at infinity
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/Magnetostatics) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/Magnetostatics)
3. [Linear elasticity - __wrench2D__](Elasticity) 3. [Linear elasticity - __wrench2D__](Elasticity)
* $`\nabla u`$ GetDP specific formulation for linear elasticity * $`\nabla u`$ GetDP specific formulation for linear elasticity
* First and second order elements * First and second order elements
* Triangular and quadrangular elements * Triangular and quadrangular elements
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/Elasticity) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/Elasticity)
4. [Electrostatic microstrip with __floating__ potentials](Electrostatics-with-floating-potentials) 4. [Electrostatic microstrip with __floating__ potentials](Electrostatics-with-floating-potentials)
* Global quantities and their special shape functions * Global quantities and their special shape functions
* Computation of the energy dual, i.e. of the armature charge of the electrode * Computation of the energy dual, i.e. of the armature charge of the electrode
* More on ONELAB parameters (flags, model options, check boxes, menus, ...) * More on ONELAB parameters (flags, model options, check boxes, menus, ...)
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/ElectrostaticsFloating) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/ElectrostaticsFloating)
5. [Thermal __contact resistance__ and __floating temperature__](Thermics) 5. [Thermal __contact resistance__ and __floating temperature__](Thermics)
* Contact thermal resistance (idealised thin region with hign thermal conductivity) * Contact thermal resistance (idealised thin region with hign thermal conductivity)
* Thermal electrode (floating temperature in a region of high thermal conductivity) * Thermal electrode (floating temperature in a region of high thermal conductivity)
* Computation of heat flux through surfaces * Computation of heat flux through surfaces
* Import of a source field from a file * Import of a source field from a file
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/Thermics) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/Thermics)
6. [2D __potential flow__ with computation of the __lift force__](Potential-flow) 6. [2D __potential flow__ with computation of the __lift force__](Potential-flow)
* Potential flow, irrotational flow * Potential flow, irrotational flow
...@@ -56,18 +56,18 @@ techniques are available [here](https://gitlab.onelab.info/doc/models/wikis/home ...@@ -56,18 +56,18 @@ techniques are available [here](https://gitlab.onelab.info/doc/models/wikis/home
* Run-time variables * Run-time variables
* Elementary algorithms in the Resolution section * Elementary algorithms in the Resolution section
* Non-linear iteration to achieve Kutta's condition * Non-linear iteration to achieve Kutta's condition
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/PotentialFlow) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/PotentialFlow)
7. [2D __magnetodynamics__ - electromagnet and transformer](Magnetodynamics) 7. [2D __magnetodynamics__ - electromagnet and transformer](Magnetodynamics)
* Dynamic problems in frequency and time domain * Dynamic problems in frequency and time domain
* Use of a template library containing generic formulations * Use of a template library containing generic formulations
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/Magnetodynamics) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/Magnetodynamics)
8. [Coupled finite element and __circuit equations__](Circuit-coupling) 8. [Coupled finite element and __circuit equations__](Circuit-coupling)
* Coupling of finite elements and electric circuits * Coupling of finite elements and electric circuits
* Definition of lumped circuit elements * Definition of lumped circuit elements
* Creation of netlists combining lumped elements and global finite element quantities * Creation of netlists combining lumped elements and global finite element quantities
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/CircuitCoupling) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/CircuitCoupling)
## ONELAB tutorial for Python ## ONELAB tutorial for Python
...@@ -75,13 +75,13 @@ techniques are available [here](https://gitlab.onelab.info/doc/models/wikis/home ...@@ -75,13 +75,13 @@ techniques are available [here](https://gitlab.onelab.info/doc/models/wikis/home
1. [Double pendulum in Python](Double-pendulum-model-in-Python) 1. [Double pendulum in Python](Double-pendulum-model-in-Python)
* Python ONELAB client * Python ONELAB client
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/PendulumPython) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/PendulumPython)
## ONELAB tutorial for C++ ## ONELAB tutorial for C++
1. [Double pendulum in C++](Double-pendulum-model-in-Cpp) 1. [Double pendulum in C++](Double-pendulum-model-in-Cpp)
* Python C++ client * Python C++ client
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/PendulumC++) * Browse [model files](https://gitlab.onelab.info/doc/tutorials/tree/master/PendulumC++)
<!-- TODO: <!-- TODO:
... ...
......