variables module¶
Scalable problem - Variables¶
Functions:
|
Check if n_shared is an integer and if n_local and n_coupling are list of integers with the same length. |
|
Returns the name of the constraint associated with an index. |
|
Returns the name of the coupling variable associated with an index. |
|
Returns the name of the local uncertain parameter associated with an index. |
|
Returns the name of the local design parameter associated with an index. |
- gemseo.problems.scalable.parametric.core.variables.check_consistency(n_shared, n_local, n_coupling)[source]¶
Check if n_shared is an integer and if n_local and n_coupling are list of integers with the same length.
- gemseo.problems.scalable.parametric.core.variables.get_constraint_name(index)[source]¶
Returns the name of the constraint associated with an index.
- Parameters
index (int) – index.
- gemseo.problems.scalable.parametric.core.variables.get_coupling_name(index)[source]¶
Returns the name of the coupling variable associated with an index.
- Parameters
index (int) – index.