//mumax 3.10 [linux_amd64 go1.14(gc) CUDA-11.0]
//GPU info: NVIDIA GeForce GTX 850M(4045MB), CUDA Driver 11.7, cc=5.0, using cc=50 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: system_name.out/
SetGridSize(20, 20, 1)
SetCellSize(5e-09, 5e-09, 5e-09)
m.LoadFile("m0.omf")
Msat.setregion(0, 800000.0000000003)
regions.LoadFile("mumax3_regions.omf")
Aex = 1.3e-11
tableadd(E_exch)
enabledemag = true
tableadd(E_demag)
B_ext = vector(0.0, 0.0, 0.0)
tableadd(E_Zeeman)
tableadd(E_total)
tableadd(dt)
tableadd(maxtorque)
alpha = 0.2
gammaLL = 176085964286.56906
doprecess = true
setsolver(5)
fixDt = 0
for snap_counter := 0; snap_counter < 10; snap_counter++ {
	run(5e-10)
	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).
