mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Added module for integrators
This commit is contained in:
parent
18bb584fdf
commit
0ae90b2534
4 changed files with 66 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue