This module contains type definitions for the communication between supervision codes and computation codes in parametric studies. More...
Data Structures | |
struct | Parameter |
Structure describing a parameter that can be used for specific information exchange between the codes. More... | |
struct | ParametricInput |
Structure describing the input of a computation code. More... | |
struct | ParametricOutput |
Structure describing the output of a computation code. More... | |
Typedefs | |
typedef sequence< Parameter > | ParameterList |
List of parameters. More... | |
typedef sequence< double > | Variable |
Type representing the value of a single variable exchanged between the codes (e.g. More... | |
typedef sequence< Variable > | VariableSequence |
Type representing a state, i.e. More... | |
typedef sequence < VariableSequence > | StateSequence |
Type representing a set of states. More... | |
typedef sequence< StateSequence > | TimeSequence |
Type representing a time sequence, with a set of states for each time step. More... | |
typedef sequence< string > | VarList |
List of variable names. More... | |
typedef sequence< long > | ListOfLong |
typedef sequence< double > | ListOfDouble |
typedef sequence< string > | ListOfString |
typedef sequence< ListOfDouble > | ListOfDouble2 |
This module contains type definitions for the communication between supervision codes and computation codes in parametric studies.
typedef sequence<double> SALOME_TYPES::ListOfDouble |
typedef sequence<ListOfDouble> SALOME_TYPES::ListOfDouble2 |
typedef sequence<long> SALOME_TYPES::ListOfLong |
typedef sequence<string> SALOME_TYPES::ListOfString |
typedef sequence<Parameter> SALOME_TYPES::ParameterList |
List of parameters.
typedef sequence<VariableSequence> SALOME_TYPES::StateSequence |
Type representing a set of states.
typedef sequence<StateSequence> SALOME_TYPES::TimeSequence |
Type representing a time sequence, with a set of states for each time step.
Hence it is represented as a sequence of StateSequence.
typedef sequence<double> SALOME_TYPES::Variable |
Type representing the value of a single variable exchanged between the codes (e.g.
a force "F"). As the variables may be vectors (or even matrices), their value is represented as a sequence of real numbers.
typedef sequence<Variable> SALOME_TYPES::VariableSequence |
Type representing a state, i.e.
a set containing the values of all the variables of interest.
typedef sequence<string> SALOME_TYPES::VarList |
List of variable names.