Skip to content

Commit

Permalink
put badge for each solver in the beginning of the tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
luisaFelixSalles committed Nov 20, 2024
1 parent 9555ce3 commit 433f8aa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/user_guide/tutorials/mesh/explore_mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Explore a mesh
==============

:bdg-warning:`MAPDL` :bdg-success:`LSDYNA` :bdg-info:`Fluent` :bdg-light:`CFX`

.. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>`
.. |Model| replace:: :class:`Model <ansys.dpf.core.model.Model>`
.. |DataSources| replace:: :class:`Model <ansys.dpf.core.data_sources.DataSources>`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Get a mesh from a result file
=============================

:bdg-warning:`MAPDL` :bdg-success:`LSDYNA` :bdg-info:`Fluent` :bdg-light:`CFX`

.. |Field| replace:: :class:`Field<ansys.dpf.core.field.Field>`
.. |FieldsContainer| replace:: :class:`FieldsContainer<ansys.dpf.core.field.Field>`
.. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Get a mesh split on different parts
===================================

:bdg-info:`Fluent` :bdg-light:`CFX`

.. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>`
.. |MeshesContainer| replace:: :class:`MeshesContainer <ansys.dpf.core.meshes_container.MeshesContainer>`
.. |DataSources| replace:: :class:`Model <ansys.dpf.core.data_sources.DataSources>`
Expand Down
2 changes: 2 additions & 0 deletions doc/source/user_guide/tutorials/mesh/read_mesh_metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Read the mesh metadata
======================

:bdg-success:`LSDYNA`:bdg-info:`Fluent` :bdg-light:`CFX`

.. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>`
.. |Model| replace:: :class:`Model <ansys.dpf.core.model.Model>`
.. |DataSources| replace:: :class:`Model <ansys.dpf.core.data_sources.DataSources>`
Expand Down
2 changes: 2 additions & 0 deletions doc/source/user_guide/tutorials/mesh/split_mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Split a mesh
============

:bdg-warning:`MAPDL` :bdg-success:`LSDYNA` :bdg-info:`Fluent` :bdg-light:`CFX`

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

.. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>`
Expand Down

0 comments on commit 433f8aa

Please sign in to comment.