Creating, Playing with DataArrays, Meshes and Fields with the MEDCoupling libraryΒΆ

The objective of these exercises is to learn to manipulate MEDCoupling objects in Python.

  • the first exercise shows how to manipulate DataArrayDouble objects,
  • the second shows how to manipulate MEDCouplingUMesh objects,
  • and the third shows how to manipulate MEDCouplingFieldDouble objects.

Previous topic

MEDCoupling / MEDLoader - Exemple complet 2 - RJH

Next topic

Manipulate DataArray objects

This Page