Skip to content

Commit 5d3c2c1

Browse files
trying to fix links
1 parent 453dcc3 commit 5d3c2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this folder we collect several useful tutorials in order to understand the pr
1111
| 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` |
1212
| Tutorial5 [[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial5/tutorial-5-file.ipynb), [.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial5/tutorial-5-file.py), [.html](http://mathlab.github.io/PyGeM/tutorial-5-file.html)] | free-form deformation to deform an object contained to file | `pygem.FFD` | `.vtp` file, `.stl` file |
1313
| Tutorial6 [[.ipynb](https://github.com/fAndreuzzi/PyGeM/blob/master/tutorials/tutorial6/tutorial-6-ffd-rbf.ipynb), [.py](https://github.com/fAndreuzzi/PyGeM/blob/master/tutorials/tutorial6/tutorial-6-ffd-rbf.py), [.html](http://mathlab.github.io/PyGeM/tutorial-6-ffd-rbf.html)] | interpolation of an OpenFOAM mesh after a deformation | `pygem.FFD/RBF` | OpenFOAM |
14-
| Tutorial8 [[.ipynb](https://github.com/gpadula/PyGeM/blob/master/tutorials/tutorial6/tutorial-8-cffd.ipynb), [.py](https://github.com/gpadula/PyGeM/blob/master/tutorials/tutorial8/tutorial-8-cffd.py), [.html](http://mathlab.github.io/PyGeM/tutorial-8-cffd.html)] | constrained free form deformation | `pygem.CFFD/BFFD/VFFD` | `.stl` file |
14+
| Tutorial8 [[.ipynb](https://github.com/guglielmopadula/PyGeM/blob/master/tutorials/tutorial8/tutorial-8-cffd.ipynb), [.py](https://github.com/guglielmopadula/PyGeM/blob/master/tutorials/tutorial8/tutorial-8-cffd.py), [.html](http://mathlab.github.io/PyGeM/tutorial-8-cffd.html)] | constrained free form deformation | `pygem.CFFD/BFFD/VFFD` | `.stl` file |
1515

1616

1717
# Old version

0 commit comments

Comments
 (0)