Dear Mumax community,
I have a question regarding the use of the .repeat(int, int, int) function in Mumax3.
I am trying to understand how .repeat(x, y, z) works in terms of spatial repetition. For example, if I want to repeat a square every 40e-9 m in the x-direction, does square.repeat(40e-9, 0, 0) mean that the square is repeated at intervals of 40e-9 m along x? In other words, is the argument of .repeat(x, y, z) interpreted as the periodic spacing in each direction?
Additionally, I would like to build a lattice made of many squares placed at 40e-9 m distance from each other, and then place a non-magnetic film on top of this lattice. Since non-magnetic materials do not have material parameters in Mumax3, I am unsure how to correctly define this layer.
Is there a recommended way to include non-magnetic regions in the geometry?
Any clarification or example would be very helpful.
Thank you very much.