@@ -15,18 +15,19 @@ These tutorials explains how to explore different attributes of a given mesh wit
15
15
:margin: 2
16
16
17
17
.. 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
19
19
:link-type: ref
20
20
:text-align: center
21
21
22
- This tutorial demonstrates how to build a mesh from the scratch
22
+ This tutorial demonstrates how to build a mesh from the scratch.
23
23
24
24
.. 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
26
26
:link-type: ref
27
27
:text-align: center
28
28
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
+
30
31
+++
31
32
:bdg-mapdl: `MAPDL ` :bdg-lsdyna: `LSDYNA ` :bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
32
33
@@ -37,41 +38,39 @@ These tutorials explains how to explore different attributes of a given mesh wit
37
38
38
39
This tutorial explains how to read a mesh metadata
39
40
(data about the elements, nodes, faces, region, zone ...) before
40
- extracting the mesh.
41
+ extracting the mesh from a result file .
41
42
42
43
+++
43
44
:bdg-lsdyna: `LSDYNA ` :bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
44
45
45
46
46
47
.. grid-item-card :: Explore a mesh
47
- :link: tutorials_explore_mesh
48
+ :link: ref_tutorials_explore_mesh
48
49
:link-type: ref
49
50
:text-align: center
50
51
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
53
53
so it can be manipulated.
54
54
55
55
+++
56
56
:bdg-mapdl: `MAPDL ` :bdg-lsdyna: `LSDYNA ` :bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
57
57
58
58
.. 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
60
60
:link-type: ref
61
61
:text-align: center
62
62
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.
65
64
66
65
+++
67
66
:bdg-fluent: `Fluent ` :bdg-cfx: `CFX `
68
67
69
68
.. grid-item-card :: Split a mesh
70
- :link: tutorials_split_mesh
69
+ :link: ref_tutorials_split_mesh
71
70
:link-type: ref
72
71
:text-align: center
73
72
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 .
75
74
76
75
+++
77
76
: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
84
83
get_mesh_from_result_file.rst
85
84
read_mesh_metadata.rst
86
85
explore_mesh.rst
87
- get_specific_part_mesh .rst
86
+ extract_mesh_in_split_parts .rst
88
87
split_mesh.rst
0 commit comments