Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SALOME_TYPES Namespace Reference

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< ParameterParameterList
 List of parameters. More...
 
typedef 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. More...
 
typedef sequence< VariableVariableSequence
 Type representing a state, i.e. a set containing the values of all the variables of interest. More...
 
typedef sequence
< VariableSequence
StateSequence
 Type representing a set of states. More...
 
typedef sequence< StateSequenceTimeSequence
 Type representing a time sequence, with a set of states for each time step. Hence it is represented as a sequence of StateSequence. 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
 

Detailed Description

This module contains type definitions for the communication between supervision codes and computation codes in parametric studies.

Typedef Documentation

List of parameters.

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.

Type representing a state, i.e. a set containing the values of all the variables of interest.

Type representing a set of states.

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<string> SALOME_TYPES::VarList

List of variable names.