Salome HOME
f46e427805b24750542213f3fc043d3e85563b14
[modules/med.git] / doc / tutorial / medcoupling_en.rst
1
2
3 Creating, Playing with DataArrays, Meshes and Fields with the MEDCoupling library
4 ==================================================================================
5
6 The objective of these exercises is to learn to manipulate MEDCoupling objects in Python.
7
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.
11
12  
13 .. toctree::
14    :maxdepth: 2
15
16    medcoupling_dataarray1_en
17    medcoupling_umesh1_en
18    medcoupling_fielddouble1_en
19