Problem.add_step

Problem.add_step(step)[source]

Adds a compas_fea2.problem._Step to the problem. The name of the Step must be unique

Parameters:
Stepcompas_fea2.problem._Step

The analysis step to add to the problem.

Returns:
compas_fea2.problem._Step