Are there other ways to speed up the simulation?

Are there other ways to speed up the simulation? Is it possible to use a high performance graphics card for it?

Hi,

In a transient simulation the results of the next time step depend on the results of the current time step. Such a simulation is therefore not well suited for parallel computation.

As a result, the (single thread) speed of your CPU has the biggest impact on simulation time. PLECS profits from multi-core CPUs because it can offload things like scope rendering to another core (or run multiple simulations in parallel on different cores). The performance of your graphics card, however, has no impact on the simulation speed.

Kind regards,

Oliver Schwartz

hi

I wrote a workarund in python to do that, it generate more variants of the same simulation and then run parallel with gui automatization

you can find on my github https://github.com/tinix84/pyplecs