Tag Archives: oommf tips

How to use OOMMF Oxs_PeriodicRectangularMesh

How to use the OOMMF periodic mesh Using the OOMMF periodic mesh (version 1.2a5) is very straightforward. You can simply replace your exising Oxs_RectangularMesh: Specify Oxs_RectangularMesh:mesh { cellsize {4e-9 4e-9 4e-9} atlas :atlas } With Oxs_PeriodicRectangularMesh, like so: Specify Oxs_PeriodicRectangularMesh:mesh { cellsize {4e-9 4e-9 4e-9} atlas :atlas periodic x } where the additional line periodic… Read More »