gemseo / problems / scalable / scalable_tm

variables module

Variables from Tedford and Martins (2010)

gemseo.problems.scalable.scalable_tm.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.scalable_tm.variables.get_constraint_name(index)[source]

Returns the name of the constraint associated with an index.

Parameters

index (int) – index.

gemseo.problems.scalable.scalable_tm.variables.get_coupling_name(index)[source]

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

Parameters

index (int) – index.

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

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

Parameters

index (int) – index.