Go to the source code of this file.
Data Structures | |
struct | SALOME_TYPES::Parameter |
Structure describing a parameter that can be used for specific information exchange between the codes. More... | |
struct | SALOME_TYPES::ParametricInput |
Structure describing the input of a computation code. More... | |
struct | SALOME_TYPES::ParametricOutput |
Structure describing the output of a computation code. More... | |
Namespaces | |
namespace | SALOME_TYPES |
This module contains type definitions for the communication between supervision codes and computation codes in parametric studies. | |
Typedefs | |
typedef sequence< Parameter > | SALOME_TYPES::ParameterList |
List of parameters. More... | |
typedef sequence< double > | SALOME_TYPES::Variable |
Type representing the value of a single variable exchanged between the codes (e.g. More... | |
typedef sequence< Variable > | SALOME_TYPES::VariableSequence |
Type representing a state, i.e. More... | |
typedef sequence < VariableSequence > | SALOME_TYPES::StateSequence |
Type representing a set of states. More... | |
typedef sequence< StateSequence > | SALOME_TYPES::TimeSequence |
Type representing a time sequence, with a set of states for each time step. More... | |
typedef sequence< string > | SALOME_TYPES::VarList |
List of variable names. More... | |