Skip to content

Commit 3e657d8

Browse files
authored
Fix visualization issue in tutorials README
1 parent 3f2fdd0 commit 3e657d8

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
@@ -4,7 +4,7 @@ In this folder we collect several useful tutorials in order to understand the pr
44

55

66
| Name | Description | PyGeM used classes | input geometries |
7-
|---|---|---|---|---|
7+
|-------|---------------|--------------------|-------------------|
88
| 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` |
99
| 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 |
1010
| 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` |

0 commit comments

Comments
 (0)