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.