Problem.add_linear_static_perturbation_step
- Problem.add_linear_static_perturbation_step(lp_step, base_step)[source]
Add a linear perturbation step to a previously defined step.
- Parameters:
- lp_stepobj
compas_fea2.problem.LinearPerturbationsubclass instance- base_stepstr
name of a previously defined step which will be used as starting conditions for the application of the linear perturbation step.
Notes
Linear perturbartion steps do not change the history of the problem (hence following steps will not consider their effects).