Skip to content

Commit 9c1b6cc

Browse files
updates on the text of create_a_mesh_from_scratch.rst turorial
1 parent ac2e713 commit 9c1b6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/tutorials/mesh/create_a_mesh_from_scratch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ with DPF operators. The ability to use scripting to create any DPF entity means
1313
that you are not dependent on result files and can connect the DPF environment
1414
with 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

5353
To 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

5656
Here, we create a function that will find this connectivity.
5757

0 commit comments

Comments
 (0)