Salome HOME
Extending sampling control and output
[modules/adao.git] / doc / en / snippets / EnsembleOfStates.rst
1 .. index:: single: EnsembleOfStates
2
3 EnsembleOfStates
4   *List of vectors or matrix*. Each element is a set of physical or parameter
5   state vectors :math:`\mathbf{x}`, with 1 state per column if it is a matrix,
6   or 1 state per element if it is a list. Caution: the numbering of the points,
7   to which a state value is given in each vector, is implicitly that of the
8   natural order of numbering of the state vector, from 0 to the "size minus 1"
9   of this vector.
10
11   Example :
12   ``{"EnsembleOfStates":[x1, x2, x3...]}``