mumax / 3

GPU-accelerated micromagnetic simulator
Other
455 stars 150 forks source link

Flush cache buffers before run #261

Closed JeroenMulkers closed 4 years ago

JeroenMulkers commented 4 years ago

Before running the stepper, the cache buffers of the stepper will be flushed. This avoids the possibility of an erroneous first step (issue #260).

To make this work, the minimizer is slightly adapted so that it can start from a clean state.