Problem.add_static_step
- Problem.add_static_step(**kwargs)[source]
Adds a
compas_fea2.problem._Stepto the problem. The name of the Step must be unique- Parameters:
- Step
compas_fea2.problem.StaticStep, optional The analysis step to add to the problem, by default None. If not provided, a
compas_fea2.problem.StaticStepwith default attributes is created.
- Step
- Returns:
compas_fea2.problem._Step