File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/source/user_guide/tutorials/mesh Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ with DPF operators. The ability to use scripting to create any DPF entity means
1313that you are not dependent on result files and can connect the DPF environment
1414with any Python tool.
1515
16- Here , we create a parallel piped mesh made of linear hexa elements.
16+ In this tutorial , we create a parallel piped mesh made of linear hexa elements.
1717
1818:jupyter-download-script: `Download tutorial as Python script<create_a_mesh_from_scratch> `
1919:jupyter-download-notebook: `Download tutorial as Jupyter notebook<create_a_mesh_from_scratch> `
@@ -51,7 +51,7 @@ Define the connectivity function
5151--------------------------------
5252
5353To create a mesh you must define the nodes connectivity. This means to define
54- the nodes ids connected to each node .
54+ the nodes ids connected to each element .
5555
5656Here, we create a function that will find this connectivity.
5757
You can’t perform that action at this time.
0 commit comments