3 Creating, Playing with DataArrays, Meshes and Fields with the MEDCoupling library
4 ==================================================================================
6 The objective of these exercises is to learn to manipulate MEDCoupling objects in Python.
8 * the first exercise shows how to manipulate DataArrayDouble objects,
9 * the second shows how to manipulate MEDCouplingUMesh objects,
10 * and the third shows how to manipulate MEDCouplingFieldDouble objects.
16 medcoupling_dataarray1_en
18 medcoupling_fielddouble1_en