@SeregaKR suggested adding support for RunWhile in mumax3c in #81. We have a few questions on this topic.
- What conditions (and how many) does
mumax3 support in RunWhile?
- Are any of these conditions already present in any way in
micrimagneticmodel?
- Is it worth making this part of the
TimeDriver rather than a separate driver?
- Can
mumax3 combine multiple conditions with logic operators?
We do in general like the following suggestion:
td = mc.<...Driver>()
td.drive(system, condition="MaxTorque > 0.005")
@SeregaKR suggested adding support for
RunWhileinmumax3cin #81. We have a few questions on this topic.mumax3support inRunWhile?micrimagneticmodel?TimeDriverrather than a separate driver?mumax3combine multiple conditions with logic operators?We do in general like the following suggestion: