Perturbation.add_output
- Perturbation.add_output(output)
Request a field or history output.
- Parameters
- output
compas_fea2.problem.Output
The requested output.
- output
- Returns
compas_fea2.problem.Output
The requested output.
- Raises
- TypeError
if the output is not an instance of an
compas_fea2.problem.Output
.