Meshes#
The mesh in DPF is represented by the
MeshedRegion entity.
These tutorials explain how to explore different attributes of a given mesh with PyDPF-Core.
Create a mesh from scratch
This tutorial demonstrates how to build a mesh from scratch.
Get a mesh from a result file
This tutorial explains how to extract a mesh from a result file.
Explore a mesh metadata
This tutorial explains how to explore mesh metadata before extracting the mesh from a result file.
Explore a mesh
This tutorial explains how to access mesh data and metadata so it can be manipulated.
Extract a mesh in split parts
This tutorial shows how to extract meshes split on a given space or time from a result file.
Split a mesh
This tutorial shows how to split a mesh on a given property.