Problem.add_static_step

Problem.add_static_step(**kwargs)[source]

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

Parameters:
Stepcompas_fea2.problem.StaticStep, optional

The analysis step to add to the problem, by default None. If not provided, a compas_fea2.problem.StaticStep with default attributes is created.

Returns:
compas_fea2.problem._Step