|
1 | 1 | # Tutorials
|
2 | 2 |
|
3 |
| -In this folder you can find a collection of useful tutorials in order to understand the principles and the potential of **PyGeM**. |
| 3 | +In this folder we collect several useful tutorials in order to understand the principles and the potential of **PyGeM**. Please read the following table for details about the tutorials. |
4 | 4 |
|
5 |
| -#### [Tutorial 1](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-1-ffd.ipynb) |
6 |
| -Here we show how it is possible to perform a free form deformation on a sphere. |
7 | 5 |
|
8 |
| -#### [Tutorial 2](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-2-iges.ipynb) |
9 |
| -# Old version |
10 |
| -Here we show how to manage basic iges files and again free form deformation. In particular here we deform the CAD of a cylinder. |
| 6 | +| Name | Description | PyGeM used classes | input geometries | |
| 7 | +|---|---|---|---|---| |
| 8 | +| Tutorial1 [[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial1/tutorial-1-ffd.ipynb), [.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial1/tutorial-1-ffd.py), [.html](http://mathlab.github.io/PyGeM/tutorial-1-ffd.html)]| free-form deformation to morph a spherical mesh | `pygem.FFD` | `numpy.ndarray` | |
| 9 | +| Tutorial2 [[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial2/tutorial-2-iges.ipynb), [.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial2/tutorial-2-iges.py), [.html](http://mathlab.github.io/PyGeM/tutorial-2-iges.html)] | free-form deformation to morph a cylinder | `pygem.cad.FFD` | IGES file | |
| 10 | +| Tutorial3 [[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial3/tutorial-3-rbf.ipynb), [.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial3/tutorial-3-rbf.py), [.html](http://mathlab.github.io/PyGeM/tutorial-3-rbf.html)] | radial basis function to morph a cubic mesh | `pygem.RBF` | `numpy.ndarray` | |
| 11 | +| Tutorial4 [[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial4/tutorial-4-idw.ipynb), [.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial4/tutorial-4-idw.py), [.html](http://mathlab.github.io/PyGeM/tutorial-4-idw.html)] | inverse distance weighting to deform a cubic mesh | `pygem.IDW` | `numpy.ndarray` | |
11 | 12 |
|
12 |
| -#### [Tutorial 3](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-3-unv.ipynb) |
13 |
| -# Old version |
14 |
| -Here it is possible to understand how to deform a unv file with a prescribed continuity using the free form deformation. |
15 | 13 |
|
16 |
| -#### [Tutorial 4](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-4-rbf.ipynb) |
17 |
| -# Old version |
18 |
| -Here we present the radial basis functions interpolation technique on a simple cube. |
19 | 14 |
|
20 |
| -#### [Tutorial 5](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-5-idw.ipynb) |
21 | 15 | # Old version
|
22 |
| -Here we show the inverse distance weighting interpolation technique on a simple cube. |
| 16 | +Below all the tutorials for the previous release. We will convert them in order to make compatible with the latest version of **PyGeM**; meanwhile we still publish these _old_ examples since they may help the users in some application. |
| 17 | + |
| 18 | +#### [Tutorial 3](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-3-unv.ipynb) |
| 19 | +Here it is possible to understand how to deform a unv file with a prescribed continuity using the free form deformation. |
23 | 20 |
|
24 |
| -# [Tutorial 6](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-6-k.ipynb) |
25 |
| -##### Old version |
| 21 | +#### [Tutorial 6](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-6-k.ipynb) [[.py]](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-6-k.py) |
26 | 22 | This tutorial shows how to deform a LS-Dyna k file with a prescribed continuity using the free-form deformation.
|
27 | 23 |
|
28 |
| -#### [Tutorial 7](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-7-mdpa.ipynb) |
| 24 | +#### [Tutorial 7](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-7-mdpa.ipynb) [[.py]](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial-7-mdpa.py) |
29 | 25 | This tutorial shows how to deform a Kratos Multiphysics mdpa file with a prescribed continuity using the free-form deformation.
|
30 | 26 |
|
31 | 27 | #### More to come...
|
|
0 commit comments