Field aligned Anisotropic Diffusion Equation solver
This package is currently not on the Julia package registry. To install first
] add https://github.com/Spiffmeister/FaADE.jl.gitTo load the package open a Julia REPL and type,
push!(LOAD_PATH,"path/to/FaADE")
using FaADEJulia code for solving the anisotropic diffusion problem in 1D, 2D and 3D (by penalty function).