Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.84 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.84 KB

BoostFractor

Build Status codecov

MADMAX axion-electrodynamics simulation in Julia. (1D and 3D)

Installation

To install packages just run

julia> using Pkg
julia> pkg"add https://github.com/mppmu/BoostFractor.jl.git"

If this does not work replace the URL by whatever is shown when you click the green "Clone or Download" button on the top right.

You might find it useful to also add other Julia packages, e.g.

julia> using Pkg
julia> pkg"add Plots PyPlot IJulia JLD"

Usage

See the examples and docs.

Papers based on / describing these codes