-
As that of oommf how to give dm/dt stopping value in joommf program to stop at that particular dm/dt.
And how will I able to get the sem image of particular patttern like crosstie wall
-
Hi,
I would like to have a spatially varying anisotropy strength. at the moment I am trying the following:
def K_value(pos):
x, y, z = pos
if x < -70e-9:
return 1e10
el…
-
Hello joommf team,
Is it possible to consider the next-nearest-neighbor exchange constant for a uniform material in OOMMF? At present, it can only consider one uniform exchange constant in the modul…
-
Hi,
I have upgraded oommfc using conda as,
"conda upgrade oommfc"
After running the test, I got an Attribute Error.
![AttributeError](https://user-images.githubusercontent.com/43433451/63762628-…
-
Hi,
![triangle](https://user-images.githubusercontent.com/43433451/58787737-0f88e180-8608-11e9-81bb-e658f5774052.png)
I tried to create a triangular geometry in Joommf, but it was not uniform. K…
-
Dear All,
I am a new user to oommfc. I am trying to import an autocad image file to oommfc. bascially, this image will be the device structure which i have to subdivide into variou…
-
As that of oommf how to give dm/dt stopping value in joommf program to stop at that particular dm/dt.
will it work if I make changes in driver file
if "derive" in kwargs:
t, n, s = 1e-2…