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
Partial modifications
And also:
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