Perturbation.add_output

Perturbation.add_output(output)

Request a field or history output.

Parameters
outputcompas_fea2.problem.Output

The requested output.

Returns
compas_fea2.problem.Output

The requested output.

Raises
TypeError

if the output is not an instance of an compas_fea2.problem.Output.