MEDCoupling/MEDLoader Tutorial¶
MEDCoupling is a powerful library to manipulate meshes and fields.
This tutorial presents the most wanted functionalities of the MEDCoupling/MEDLoader library through a series of small exercises in Python. Both the French and English versions are provided, but the French version is better maintained …
(Jump to the English version below English version)
Version française¶
Table des matières:
- MEDCoupling : créer et manipuler des DataArrays, des Meshes et des Fields
- MEDLoader : lecture, écriture d’un fichier MED
- MEDCouplingRemapper : interpolation de champs
- MEDCoupling, NumPy et SciPy
- MEDCoupling, multiprocessing
- Visualiser une instance de MEDCoupling dans ParaViS à travers CORBA
- MEDCoupling / MEDLoader - Exemple complet 1 - Agitateur
- MEDCoupling / MEDLoader - Exemple complet 2 - RJH
English version¶
Table of contents:
- Creating, Playing with DataArrays, Meshes and Fields with the MEDCoupling library
- Reading, Writing a MED file using the MEDLoader library
- Interpolate with MEDCouplingRemapper
- MEDCoupling, NumPy et SciPy
- Visualize a MEDCoupling instance in ParaViS through CORBA
- Full example 1 - Agitator
- Full example 2 - RJH