I'm writing a Python code to create multiple steps to change loading conditions on a beam in each step. I'm wondering if there is a way to start each static step from the initial step, instead of starting from the end of the previous step. Here is my code for creating the steps:
p = 1...