Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fudgeShift #316

Open
wants to merge 5 commits into
base: 3.11
Choose a base branch
from
Open

Commits on Nov 7, 2022

  1. copy the border cells when shifting M

    Adds a new shift mode, that copies the values at the border cells when shifting the magnetisation instead of using the values stored in ShiftMagL/R.
    Modified functions: engine.Shift
    new functions: cuda.ShiftFudgeX, cuda.ShiftFudgeY (and related .cu, .ptx files).
    jsampaio authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8ce2f25 View commit details
    Browse the repository at this point in the history
  2. copy the border cells when shifting M

    Adds a new shift mode, that copies the values at the border cells when shifting the magnetisation instead of using the values stored in ShiftMagL/R.
    Modified functions: engine.Shift
    new functions: cuda.ShiftFudgeX, cuda.ShiftFudgeY (and related .cu, .ptx files).
    jsampaio authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    dfbf3e2 View commit details
    Browse the repository at this point in the history
  3. copy the border cells when shifting M

    Adds a new shift mode, that copies the values at the border cells when shifting the magnetisation instead of using the values stored in ShiftMagL/R.
    Modified functions: engine.Shift
    new functions: cuda.ShiftFudgeX, cuda.ShiftFudgeY (and related .cu, .ptx files).
    jsampaio authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cf650b6 View commit details
    Browse the repository at this point in the history
  4. copy the border cells when shifting M

    Adds a new shift mode, that copies the values at the border cells when shifting the magnetisation instead of using the values stored in ShiftMagL/R.
    Modified functions: engine.Shift
    new functions: cuda.ShiftFudgeX, cuda.ShiftFudgeY (and related .cu, .ptx files).
    jsampaio authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c0df6a7 View commit details
    Browse the repository at this point in the history
  5. test fudgeShift

    Tests fudgeShift, a new shift mode that copies the values at the border cells when shifting the magnetisation instead of using the values stored in ShiftMagL/R.
    jsampaio authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1f208db View commit details
    Browse the repository at this point in the history