Version: 9.12.0
The ICoCo API

ICoCo stands for Interface for COde COupling.

It is a pure abstract API defining a standard way for two physical codes to exchange information between them.

The full definition of this interface is held in the opensource TRUST plaform repository (sub-folder Outils/src/LIBICOCOAPI) that can be found here: https://sourceforge.net/projects/trust-platform

The MEDCoupling library provides the implementation of the ICoCo::MEDDoubleField and ICoCo::MEDIntField classes used in some of the field exchange methods. We also provide the sequential and parallel interpolation tools which are often needed in such coupling (see Interpolation and Data Exchange Channel - DEC respectively)

WARNING: currently, no implementation of the ICoCo::MEDStringField object is provided yet, you are welcome to propose one if you need it.

Note: some class names have been changed in version 9.7, take a look at Porting ICoCo code/scripts from version 9.6 to version 9.7 (and above)