Meshes#

The mesh in DPF is represented by the MeshedRegion entity.

These tutorials explains 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 the scratch.

Create a mesh from scratch
Get a mesh from a result file

This tutorial explains how to extract a mesh from a result file.

Get a mesh from a result file
Explore a mesh metadata

This tutorial explains how to explore a mesh metadata before extracting the mesh from a result file.

Explore a mesh metadata
Explore a mesh

This tutorial explains how to access a mesh data and metadata so it can be manipulated.

Explore a mesh
Extract a mesh in split parts

This tutorial shows how to extract meshes split on a given space or time from a result file.

Extract a mesh in split parts
Split a mesh

This tutorial shows how to split a mesh on a given property.

Split a mesh