gemseo / problems / scalable / parametric / core

variables module

Scalable problem - Variables

Functions:

check_consistency(n_shared, n_local, n_coupling)

Check if n_shared is an integer and if n_local and n_coupling are list of integers with the same length.

get_constraint_name(index)

Returns the name of the constraint associated with an index.

get_coupling_name(index)

Returns the name of the coupling variable associated with an index.

get_u_local_name(index)

Returns the name of the local uncertain parameter associated with an index.

get_x_local_name(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.

gemseo.problems.scalable.parametric.core.variables.get_u_local_name(index)[source]

Returns the name of the local uncertain parameter associated with an index.

Parameters

index (int) – index.

gemseo.problems.scalable.parametric.core.variables.get_x_local_name(index)[source]

Returns the name of the local design parameter associated with an index.

Parameters

index (int) – index.