icoco.utils module

ICoCo file common to several codes Version 2 – 02/2021

WARNING: this file is part of the official ICoCo API and should not be modified. The official version can be found at the following URL:

https://github.com/cea-trust-platform/icoco-coupling

class icoco.utils.ValueType(value)[source]

Bases: enum.Enum

The various possible types for fields or scalar values.

Double = 0

Double scalar value or field type

Int = 1

Int scalar value or field type

String = 2

String scalar value or field type

class icoco.utils.MPIComm[source]

Bases: object

Basic class for type hinting when mi4py is not available