Dear all,
I am trying to perform multiple independant static computation in PyAnsys.
So far i use 2 python "for loop" inside which I launch a static analysis.
Such procedure is quite long and not optimal (not parallel computation is done).
Is there a optimal solution?
So far I thought of launching the static procedure before the "for loop" of python. Do you know if it speeds up the process ?
Is using mapdl.run(*do) more efficient ?
Best regards,