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.

 
.. toctree::
   :maxdepth: 2

   medcoupling_dataarray1_en
   medcoupling_umesh1_en
   medcoupling_fielddouble1_en