JuliaVlasov / GEMPIC.jl

Geometric ElectroMagnetic Particle-In-Cell Method

Home Page:https://juliavlasov.github.io/GEMPIC.jl/dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEMPIC.jl

Geometric ElectroMagnetic Particle-In-Cell Methods

CI codecov Code Style: Blue

A Julia implementation of the GEMPIC

Installation

In a Julia session switch to pkg> mode to add GEMPIC:

julia>] # switch to pkg> mode
pkg> add GEMPIC

When finished, make sure that you're back to the Julian prompt (julia>) and bring GEMPIC into scope:

julia> using GEMPIC

Credits

This is a translation from Fortran code selalib written by :

  • Yaman Güçlü
  • Katharina Kormann
  • Benedikt Perse
  • Eric Sonnendrücker
  • Edouardo Zoni

from Max-Planck-Institut fur Plasmaphysik - Garching (Germany)

About

Geometric ElectroMagnetic Particle-In-Cell Method

https://juliavlasov.github.io/GEMPIC.jl/dev

License:MIT License


Languages

Language:Julia 100.0%