ubermag / oommfc

OOMMF calculator.
http://ubermag.github.io
BSD 3-Clause "New" or "Revised" License
49 stars 17 forks source link

mif templates #69

Open marijanbeg opened 3 years ago

marijanbeg commented 3 years ago

Instead of typing tcl syntax as strings in Python, we could use templates. This way we simplify the code.

More details: https://github.com/ubermag/discretisedfield/pull/105#issuecomment-947426739

lang-m commented 3 years ago

mif templates should be Jinja based, similar to ubermag/devtools#5 and ubermag/discretisedfield#105.