owlas / magpy

C++ accelerated python module for simulating magnetic nanostructures

Home Page:https://magpy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implicit solver

owlas opened this issue · comments

Add an implicit solver as an option for integrators.

Wrote the integrator. Some next steps:

  • Clean up the memory allocations into one pointer (e.g. WORK) [a la LAPACK routines]. Should be a separate function as the intermediate work steps are useful for testing.
  • Run some tests with the LLG - this is what really needs to work.
  • Try dropping this into the simulation object
  • Document the mathematics for the test

Addressed in #19