Hi guys,
Currently, I am using Sfepy to simulate a 3D geometry model with a uniaxial
displacement to find out the von Mises strength and the total execution
time for the simulation is about *40 mins with 8G RAM*. Besides, 94% of the
RAM is occupied when the program is running.
I am not sure what is causing this execution time to take that long and
what I could do to shorten the execution time.
The geometry model was inputted from an Abaqus input-file with 5514
vertices and 4417 cells.
Also, I have checked the execution time line-by-line and found that the
most time consumable step is defined as:
state = pb.solve(status=status)
In this case, I am supposing the solving process used most of the RAM and
causing the timing issue.
The mesh file and our code is attached.
Thank you and best regards!
Kedi Yang