Skip to content

Commit

Permalink
updates on the text of create_a_mesh_from_scratch.rst turorial
Browse files Browse the repository at this point in the history
  • Loading branch information
luisaFelixSalles committed Dec 20, 2024
1 parent b44ea3d commit 69b9c1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with DPF operators. The ability to use scripting to create any DPF entity means
that you are not dependent on result files and can connect the DPF environment
with any Python tool.

Here, we create a parallel piped mesh made of linear hexa elements.
In this tutorial, we create a parallel piped mesh made of linear hexa elements.

:jupyter-download-script:`Download tutorial as Python script<create_a_mesh_from_scratch>`
:jupyter-download-notebook:`Download tutorial as Jupyter notebook<create_a_mesh_from_scratch>`
Expand Down Expand Up @@ -51,7 +51,7 @@ Define the connectivity function
--------------------------------

To create a mesh you must define the nodes connectivity. This means to define
the nodes ids connected to each node.
the nodes ids connected to each element.

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

Expand Down

0 comments on commit 69b9c1b

Please sign in to comment.