Skip to content

Commit 9555ce3

Browse files
put badge for each solver in the main page cards
1 parent c08fd2b commit 9555ce3

File tree

1 file changed

+30
-5
lines changed
  • doc/source/user_guide/tutorials/mesh

1 file changed

+30
-5
lines changed

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

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,44 @@ These tutorials explains how to explore different attributes of a given mesh wit
2727
:text-align: center
2828

2929
This tutorial explains how to extract the models mesh from a result file
30+
+++
31+
:bdg-warning:`MAPDL` :bdg-success:`LSDYNA` :bdg-info:`Fluent` :bdg-light:`CFX`
3032

31-
.. grid-item-card:: Read and get specific information from a mesh
32-
:link: tutorials_read_mesh
33+
.. grid-item-card:: Read a mesh metadata
34+
:link: ref_tutorials_read_mesh_metadata
35+
:link-type: ref
36+
:text-align: center
37+
38+
This tutorial explains how to read a mesh metadata
39+
(data about the elements, nodes, faces, region, zone ...) before
40+
extracting the mesh.
41+
42+
+++
43+
:bdg-success:`LSDYNA`:bdg-info:`Fluent` :bdg-light:`CFX`
44+
45+
46+
.. grid-item-card:: Explore a mesh
47+
:link: tutorials_explore_mesh
3348
:link-type: ref
3449
:text-align: center
3550

3651
This tutorial explains how to access the mesh data and metadata
3752
(data about the elements, nodes, faces, region, zone ...)
3853
so it can be manipulated.
3954

55+
+++
56+
:bdg-warning:`MAPDL` :bdg-success:`LSDYNA` :bdg-info:`Fluent` :bdg-light:`CFX`
57+
4058
.. grid-item-card:: Extract a mesh in split parts
41-
:link: tutorials_split_mesh
59+
:link: tutorials_get_specific_part_mesh
4260
:link-type: ref
4361
:text-align: center
4462

4563
This tutorial show how to get meshes split on a given space or time for Fluent,
46-
CFX or LSDYNA result files.
64+
or CFX result files.
65+
66+
+++
67+
:bdg-info:`Fluent` :bdg-light:`CFX`
4768

4869
.. grid-item-card:: Split a mesh
4970
:link: tutorials_split_mesh
@@ -52,12 +73,16 @@ These tutorials explains how to explore different attributes of a given mesh wit
5273

5374
This tutorial show how to split a mesh into different meshes.
5475

76+
+++
77+
:bdg-warning:`MAPDL` :bdg-success:`LSDYNA` :bdg-info:`Fluent` :bdg-light:`CFX`
78+
5579
.. toctree::
5680
:maxdepth: 2
5781
:hidden:
5882

5983
create_a_mesh_from_scratch.rst
6084
get_mesh_from_result_file.rst
61-
read_mesh.rst
85+
read_mesh_metadata.rst
86+
explore_mesh.rst
6287
get_specific_part_mesh.rst
6388
split_mesh.rst

0 commit comments

Comments
 (0)