Hello,
Please help us to understand the below image from mumax 3
why there is multiple image of circular disk inside the gridsize
Q1) when i am using this code (varying many gridsizes) we are getting always 9 copies inside it why ?
This is the code we are using
SetGridSize(32,32,10)
SetCellSize(5e-9,5e-9,2e-9)
SetGeom(circle(100e-9))
snapshotas(m,"1.png")
saveas(geom,"geom")
run(2e-9)
the resulting image from this attached below
Q2) when i am taking circle as a shape, does it always extrude deep inside the layer such that instead of giving 2D circle it gives us disk.