27 #ifndef _SALOME_Parametric_IDL_
28 #define _SALOME_Parametric_IDL_
76 VarList outputVarList;
77 TimeSequence inputValues;
78 ParameterList specificParameters;
84 TimeSequence outputValues;
85 ParameterList specificOutputInfos;
Structure describing a parameter that can be used for specific information exchange between the codes...
Definition: SALOME_Parametric.idl:39
sequence< Engines::Parameter > ParameterList
Generic parameter list.
Definition: SALOME_ContainerManager.idl:51
sequence< StateSequence > TimeSequence
Type representing a time sequence, with a set of states for each time step. Hence it is represented a...
Definition: SALOME_Parametric.idl:66
sequence< VariableSequence > StateSequence
Type representing a set of states.
Definition: SALOME_Parametric.idl:61
sequence< string > VarList
List of variable names.
Definition: SALOME_Parametric.idl:70
sequence< Variable > VariableSequence
Type representing a state, i.e. a set containing the values of all the variables of interest...
Definition: SALOME_Parametric.idl:57
sequence< double > 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.
Definition: SALOME_Parametric.idl:52
Structure describing the output of a computation code.
Definition: SALOME_Parametric.idl:83