Skip to content

Commit 1b0f8f2

Browse files
added tutorial py file, fix tutorials readme and tutorial number
1 parent 5d3c2c1 commit 1b0f8f2

File tree

5 files changed

+605
-5
lines changed

5 files changed

+605
-5
lines changed

docs/source/_tutorials/tutorial-8-cffd.html renamed to docs/source/_tutorials/tutorial-7-cffd.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head><meta charset="utf-8" />
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55

6-
<title>tutorial-8-cffd</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
6+
<title>tutorial-7-cffd</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
77

88

99

@@ -15230,7 +15230,7 @@ <h1 id="PyGeM">PyGeM<a class="anchor-link" href="#PyGeM">&#182;</a></h1>
1523015230
</div>
1523115231
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
1523215232
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
15233-
<h2 id="Tutorial-8:-Constrained-Free-Form-Deformation">Tutorial 8: Constrained Free Form Deformation<a class="anchor-link" href="#Tutorial-8:-Constrained-Free-Form-Deformation">&#182;</a></h2>
15233+
<h2 id="Tutorial-7:-Constrained-Free-Form-Deformation">Tutorial 7: Constrained Free Form Deformation<a class="anchor-link" href="#Tutorial-7:-Constrained-Free-Form-Deformation">&#182;</a></h2>
1523415234
</div>
1523515235
</div>
1523615236
</div>

docs/source/tutorials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ We made some tutorial examples:
99
- `Tutorial 4 <tutorial-4-idw.html>`_ shows how to perform a deformation using the inverse distance weighting method to mesh nodes.
1010
- `Tutorial 5 <tutorial-5-file.html>`_ shows how to perform a deformation to an object stored in a file.
1111
- `Tutorial 6 <tutorial-6-ffd-rbf.html>`_ shows deforming a computational mesh.
12-
- `Tutorial 8 <tutorial-8-cffd.html>`_ shows deforming a computational mesh.
12+
- `Tutorial 7 <tutorial-7-cffd.html>`_ shows deforming a computational mesh.

tutorials/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ In this folder we collect several useful tutorials in order to understand the pr
1010
| Tutorial3&#160;[[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial3/tutorial-3-rbf.ipynb),&#160;[.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial3/tutorial-3-rbf.py),&#160;[.html](http://mathlab.github.io/PyGeM/tutorial-3-rbf.html)] | radial basis function to morph a cubic mesh | `pygem.RBF` | `numpy.ndarray` |
1111
| Tutorial4&#160;[[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial4/tutorial-4-idw.ipynb),&#160;[.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial4/tutorial-4-idw.py),&#160;[.html](http://mathlab.github.io/PyGeM/tutorial-4-idw.html)] | inverse distance weighting to deform a cubic mesh | `pygem.IDW` | `numpy.ndarray` |
1212
| Tutorial5&#160;[[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial5/tutorial-5-file.ipynb),&#160;[.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial5/tutorial-5-file.py),&#160;[.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 |
13-
| Tutorial6&#160;[[.ipynb](https://github.com/fAndreuzzi/PyGeM/blob/master/tutorials/tutorial6/tutorial-6-ffd-rbf.ipynb),&#160;[.py](https://github.com/fAndreuzzi/PyGeM/blob/master/tutorials/tutorial6/tutorial-6-ffd-rbf.py),&#160;[.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&#160;[[.ipynb](https://github.com/guglielmopadula/PyGeM/blob/master/tutorials/tutorial8/tutorial-8-cffd.ipynb),&#160;[.py](https://github.com/guglielmopadula/PyGeM/blob/master/tutorials/tutorial8/tutorial-8-cffd.py),&#160;[.html](http://mathlab.github.io/PyGeM/tutorial-8-cffd.html)] | constrained free form deformation | `pygem.CFFD/BFFD/VFFD` | `.stl` file |
13+
| Tutorial6&#160;[[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial6/tutorial-6-ffd-rbf.ipynb),&#160;[.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial6/tutorial-6-ffd-rbf.py),&#160;[.html](http://mathlab.github.io/PyGeM/tutorial-6-ffd-rbf.html)] | interpolation of an OpenFOAM mesh after a deformation | `pygem.FFD/RBF` | OpenFOAM |
14+
| Tutorial7&#160;[[.ipynb](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial7/tutorial-7-cffd.ipynb),&#160;[.py](https://github.com/mathLab/PyGeM/blob/master/tutorials/tutorial7/tutorial-7-cffd.py),&#160;[.html](http://mathlab.github.io/PyGeM/tutorial-7-cffd.html)] | constrained free form deformation | `pygem.CFFD/BFFD/VFFD` | `.stl` file |
1515

1616

1717
# Old version

0 commit comments

Comments
 (0)