mumax / 3

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

Backward Euler algorithm does not seem to be correct #303

Open xfong opened 2 years ago

xfong commented 2 years ago

In the code for the backward Euler algorithm, there are missing Newton iterations to find the correct y for the next time point. It seems that the algorithm does not work correctly and does not correspond to any implicit solver.