Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Available functionalities

This page tries to list most of the available functionalities of the MEDCoupling library. It is by no mean exhaustive, but gives an overview of the capabilities of the core library.

Direct operations on fields

Field creation

  • From scratch: New
  • Copy: clone*, deepCopy

Partial modifications

And also:

  • Description: setName
  • I/O: cf. MEDLoader

Local arithmetic

Operations on scalars

Operations on vectors or second order tensors

  • Contracted product: doublyContractedProduct
  • Determinant: determinant
  • Eigenvalues and eigenvectors: eigenValues, eigenVectors
  • Tensor inversion: inverse
  • Trace: trace
  • Deviator: deviator
  • Norms: norm*

Interpolation

A full section is dedicated to interpolation, as this is far from being a trivial matter. See: Interpolation

Global operations

  • Temporal extrema
    • getMaxValue*
    • getMinValue*

Others