3 icon indicating copy to clipboard operation
3 copied to clipboard

GPU-accelerated micromagnetic simulator

Results 49 3 issues
Sort by recently updated
recently updated
newest added

if i defregion like this : defregion(1,cuboid(5e-9,5e-9,1e-9).transl(0,0,0)) ,my simulation‘s result will be different with normal. But i think this code is right.

When the number of layers (mesh z size) is 2 or 4, mumax crashes when calculating the MFM kernel. The error message comes from line 38 of mfmkernel.go : ```...

bug

We recently upgraded to a 1070ti. I've just been testing it using the hysteresis.mx3 on the example page, but with a large system. For large system sizes (> SetGridsize(2048, 2048,...

How viable is it to add a parameter that allows you to modify the maximum number of regions from 256? There would be a tradeoff with memory consumption. But it...

enhancement

Hello, I am wondering how difficult it would be to implement an anisotropic DMI; I'm thinking about a cubic DMI that has different values of Dbulk along different directions. This...

enhancement

Compiling the master branch with CUDA 8.0 leads to a fail of the Convolution self test. On my system the bug arises in the testConvolution function. Outputting the Bsat from...

bug

When running with 2,2,2 pbcs, for example, the following output is given. Also the simulation typically pauses for a while before beginning — the GUI reports the demag tensor is...

In a 3D simulation with Slow. and ZhangLi spin torques that considers all layers (free, spacer and polarizer) it will be great to be able to define the spin current...

The engine throws a hard to dechiper error when the grid size doesn't have small prime factors. In our case using: SetGridsize(625, 625, 1) returned, panic: CURAND_STATUS_LENGTH_NOT_MULTIPLE I believe this...

Hello, As I know Mumax runs in GPU, and it only uses 1 node/ script. So, I can't distribute 1 script into different nodes at the same time. So, I...