@@ -15,18 +15,19 @@ These tutorials explains how to explore different attributes of a given mesh wit
1515 :margin: 2
1616
1717 .. grid-item-card :: Create a mesh from scratch
18- :link: tutorials_create_a_mesh_from_scratch
18+ :link: ref_tutorials_create_a_mesh_from_scratch
1919 :link-type: ref
2020 :text-align: center
2121
22- This tutorial demonstrates how to build a mesh from the scratch
22+ This tutorial demonstrates how to build a mesh from the scratch.
2323
2424 .. grid-item-card :: Get a mesh from a result file
25- :link: tutorials_get_mesh_from_result_file
25+ :link: ref_tutorials_get_mesh_from_result_file
2626 :link-type: ref
2727 :text-align: center
2828
29- This tutorial explains how to extract the models mesh from a result file
29+ This tutorial explains how to extract a mesh from a result file.
30+
3031 +++
3132 :bdg-mapdl: `MAPDL ` :bdg-lsdyna: `LSDYNA ` :bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
3233
@@ -37,41 +38,39 @@ These tutorials explains how to explore different attributes of a given mesh wit
3738
3839 This tutorial explains how to read a mesh metadata
3940 (data about the elements, nodes, faces, region, zone ...) before
40- extracting the mesh.
41+ extracting the mesh from a result file .
4142
4243 +++
4344 :bdg-lsdyna: `LSDYNA ` :bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
4445
4546
4647 .. grid-item-card :: Explore a mesh
47- :link: tutorials_explore_mesh
48+ :link: ref_tutorials_explore_mesh
4849 :link-type: ref
4950 :text-align: center
5051
51- This tutorial explains how to access the mesh data and metadata
52- (data about the elements, nodes, faces, region, zone ...)
52+ This tutorial explains how to access a mesh data and metadata
5353 so it can be manipulated.
5454
5555 +++
5656 :bdg-mapdl: `MAPDL ` :bdg-lsdyna: `LSDYNA ` :bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
5757
5858 .. grid-item-card :: Extract a mesh in split parts
59- :link: tutorials_get_specific_part_mesh
59+ :link: ref_tutorials_extract_mesh_in_split_parts
6060 :link-type: ref
6161 :text-align: center
6262
63- This tutorial show how to get meshes split on a given space or time for Fluent,
64- or CFX result files.
63+ This tutorial shows how to extract meshes split on a given space or time from a result file.
6564
6665 +++
6766 :bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
6867
6968 .. grid-item-card :: Split a mesh
70- :link: tutorials_split_mesh
69+ :link: ref_tutorials_split_mesh
7170 :link-type: ref
7271 :text-align: center
7372
74- This tutorial show how to split a mesh into different meshes .
73+ This tutorial shows how to split a mesh on a given property .
7574
7675 +++
7776 :bdg-mapdl: `MAPDL ` :bdg-lsdyna: `LSDYNA ` :bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
@@ -84,5 +83,5 @@ These tutorials explains how to explore different attributes of a given mesh wit
8483 get_mesh_from_result_file.rst
8584 read_mesh_metadata.rst
8685 explore_mesh.rst
87- get_specific_part_mesh .rst
86+ extract_mesh_in_split_parts .rst
8887 split_mesh.rst
0 commit comments