MEDCoupling tutorial
9.10.0
  • 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
  • Creating, Playing with DataArrays, Meshes and Fields with the MEDCoupling library
  • Reading, Writing a MED file using the MEDLoader library
    • Reading, Writing a MED file using MEDLoader’s basic API
    • Reading, Writing a MED file using MEDLoader’s advanced API
    • Splitting and merging a MED file using MEDLoader’s advanced API
  • Interpolate with MEDCouplingRemapper
  • MEDCoupling, NumPy et SciPy
  • Visualize a MEDCoupling instance in ParaViS through CORBA
  • Full example 1 - Agitator
  • Full example 2 - RJH
MEDCoupling tutorial
  • Docs »
  • Reading, Writing a MED file using the MEDLoader library
  • View page source

Reading, Writing a MED file using the MEDLoader library¶

The objective of these exercises is to see how to read and write a MED file.
  • Usage of MEDLoader’s basic API
    • Meshes
    • Fields
  • Usage of MEDLoader’s advanced API
    • Meshes
    • Fields
  • An Example of classical manipulation of MED files: splitting a MED file / merge a MED file
  • Reading, Writing a MED file using MEDLoader’s basic API
    • Objective
    • Implementation start
    • Writing/Reading a mesh
    • Writing/Reading a field on one time step at once
    • Writing/Reading a field on one or many times steps in “multi-session mode”
    • Solution
  • Reading, Writing a MED file using MEDLoader’s advanced API
    • Objective
    • Implementation start
    • Writing and Reading meshes using MEDLoader’s advanced API
    • Writing and Reading fields
    • Writing and Reading fields on a “profile”
    • Solution
  • Splitting and merging a MED file using MEDLoader’s advanced API
    • Objective
    • Implementation start
    • Mesh partitionning
    • Writing into two different MED files
    • Reading and merging 2 MED files - Easy (but non optimal) version
    • Read/write of two separated MED files - More complex but more efficient version
    • Solution
Next Previous

© Copyright 2015-2022, Geay, Bruneton

Built with Sphinx using a theme provided by Read the Docs.