]> SALOME platform Git repositories - modules/adao.git/blob - doc/en/snippets/EnsembleOfSimulations.rst
Salome HOME
Extending sampling control and output
[modules/adao.git] / doc / en / snippets / EnsembleOfSimulations.rst
1 .. index:: single: EnsembleOfSimulations
2
3 EnsembleOfSimulations
4   *List of vectors or matrix*. This key contains a set of physical or simulated
5   state vectors :math:`\mathbf{y}` (called "*snapshots*" in reduced basis
6   terminology), with 1 state per column if it is a matrix, or 1 state per
7   element if it is a list. Caution: the numbering of the points, to which a
8   state value is given in each vector, is implicitly that of the natural order
9   of numbering of the state vector, from 0 to the "size minus 1" of this
10   vector.
11
12   Example :
13   ``{"EnsembleOfSimulations":[y1, y2, y3...]}``