Problem.add_steps

Problem.add_steps(steps)[source]

Adds multiple compas_fea2.problem._Step objects to the problem.

Parameters:
stepslist[compas_fea2.problem._Step]

List of steps objects in the order they will be applied.

Returns:
list[compas_fea2.problem._Step]