ubermag / mumax3c

mumax3 calculator.
https://ubermag.github.io
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

Use ovf_format for all input files. #44

Closed lang-m closed 2 years ago

lang-m commented 2 years ago

The attribute ovf_format is passed to several functions that (currently) don't need it because mumax3 cannot use fields for many energy terms. However, I thought passing it everywhere makes the code more consistent and avoids potential problems should mumax3 ever change.