//mumax 3.10 [linux_amd64 go1.14(gc) CUDA-11.0]
//GPU info: Quadro P1000(4006MB), CUDA Driver 11.4, cc=6.1, using cc=61 PTX
//(c) Arne Vansteenkiste, Dynamat LAB, Ghent University, Belgium
//This is free software without any warranty. See license.txt
//********************************************************************//
//  If you use mumax in any work or publication,                      //
//  we kindly ask you to cite the references in references.bib        //
//********************************************************************//
//output directory: macrospin.out/
OutputFormat = OVF2_BINARY
SetGridSize(1, 1, 1)
SetCellSize(1e-09, 1e-09, 1e-09)
m.LoadFile("/home/mlang/ubermag-devtools/repos/mumax3c/mumax3c/tests/test_sample/macrospin/drive-1/m0.omf")
Msat.setregion(0, 999999.9999999999)
regions.LoadFile("/home/mlang/ubermag-devtools/repos/mumax3c/mumax3c/tests/test_sample/macrospin/drive-1/mumax3_regions.omf")
B_ext.add(LoadFile("/home/mlang/ubermag-devtools/repos/mumax3c/mumax3c/tests/test_sample/macrospin/drive-1/B_ext.ovf"), 1)
tableadd(E_Zeeman)
enabledemag = false
tableadd(E_total)
tableadd(dt)
tableadd(maxtorque)
alpha = 0.1
gammaLL = 176085964286.56906
doprecess = true
setsolver(5)
fixDt = 0
for snap_counter := 0; snap_counter < 1; snap_counter++ {
	run(1e-12)
	save(m_full)
	tablesave()
}
//********************************************************************//
//Please cite the following references, relevant for your simulation. //
//See bibtex file in output folder for justification.                 //
//********************************************************************//
//   * Vansteenkiste et al., AIP Adv. 4, 107133 (2014).
