.. _sphx_glr_tutorials_mesh: .. _ref_tutorials_mesh: ====== Meshes ====== The mesh in DPF is represented by the :class:`MeshedRegion` entity. These tutorials explain how to explore different attributes of a given mesh with PyDPF-Core. .. grid:: 1 1 3 3 :gutter: 2 :padding: 2 :margin: 2 .. grid-item-card:: Create a mesh from scratch :link: ref_tutorials_create_a_mesh_from_scratch :link-type: ref :text-align: center This tutorial demonstrates how to build a mesh from scratch. .. grid-item-card:: Get a mesh from a result file :link: ref_tutorials_get_mesh_from_result_file :link-type: ref :text-align: center This tutorial explains how to extract a mesh from a result file. +++ :bdg-mapdl:`MAPDL` :bdg-lsdyna:`LSDYNA` :bdg-fluent:`Fluent` :bdg-cfx:`CFX` .. grid-item-card:: Explore a mesh metadata :link: ref_tutorials_explore_mesh_metadata :link-type: ref :text-align: center This tutorial explains how to explore mesh metadata before extracting the mesh from a result file. +++ :bdg-lsdyna:`LSDYNA` :bdg-fluent:`Fluent` :bdg-cfx:`CFX` Requires DPF 9.1 or above (2025 R1). .. grid-item-card:: Explore a mesh :link: ref_tutorials_explore_mesh :link-type: ref :text-align: center This tutorial explains how to access mesh data and metadata so it can be manipulated. +++ :bdg-mapdl:`MAPDL` :bdg-lsdyna:`LSDYNA` :bdg-fluent:`Fluent` :bdg-cfx:`CFX` .. grid-item-card:: Extract a mesh in split parts :link: ref_tutorials_extract_mesh_in_split_parts :link-type: ref :text-align: center This tutorial shows how to extract meshes split on a given space or time from a result file. +++ :bdg-fluent:`Fluent` :bdg-cfx:`CFX` .. grid-item-card:: Split a mesh :link: ref_tutorials_split_mesh :link-type: ref :text-align: center This tutorial shows how to split a mesh on a given property. +++ :bdg-mapdl:`MAPDL` :bdg-lsdyna:`LSDYNA` :bdg-fluent:`Fluent` :bdg-cfx:`CFX` .. raw:: html .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /tutorials/mesh/images/thumb/sphx_glr_create_a_mesh_from_scratch_thumb.png :alt: :doc:`/tutorials/mesh/create_a_mesh_from_scratch` .. raw:: html
Create a mesh from scratch
.. raw:: html
.. only:: html .. image:: /tutorials/mesh/images/thumb/sphx_glr_get_mesh_from_result_file_thumb.png :alt: :doc:`/tutorials/mesh/get_mesh_from_result_file` .. raw:: html
Get a mesh from a result file
.. raw:: html
.. only:: html .. image:: /tutorials/mesh/images/thumb/sphx_glr_explore_mesh_metadata_thumb.png :alt: :doc:`/tutorials/mesh/explore_mesh_metadata` .. raw:: html
Explore a mesh metadata
.. raw:: html
.. only:: html .. image:: /tutorials/mesh/images/thumb/sphx_glr_explore_mesh_thumb.png :alt: :doc:`/tutorials/mesh/explore_mesh` .. raw:: html
Explore a mesh
.. raw:: html
.. only:: html .. image:: /tutorials/mesh/images/thumb/sphx_glr_extract_mesh_in_split_parts_thumb.png :alt: :doc:`/tutorials/mesh/extract_mesh_in_split_parts` .. raw:: html
Extract a mesh in split parts
.. raw:: html
.. only:: html .. image:: /tutorials/mesh/images/thumb/sphx_glr_split_mesh_thumb.png :alt: :doc:`/tutorials/mesh/split_mesh` .. raw:: html
Split a mesh
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /tutorials/mesh/create_a_mesh_from_scratch /tutorials/mesh/get_mesh_from_result_file /tutorials/mesh/explore_mesh_metadata /tutorials/mesh/explore_mesh /tutorials/mesh/extract_mesh_in_split_parts /tutorials/mesh/split_mesh