Added module for integrators

This commit is contained in:
Alberto Ramos 2021-10-09 00:40:04 +02:00
parent 18bb584fdf
commit 0ae90b2534
4 changed files with 66 additions and 34 deletions

View file

@ -29,6 +29,11 @@ include("Fields/Fields.jl")
using .Fields
export vector_field, scalar_field, nscalar_field
include("MD/MD.jl")
using .MD
export IntrScheme
export omf4, leapfrog
include("YM/YM.jl")
using .YM