Library for creating and manipulating OcTrees as well as creating differential operators discretized on OcTree meshes.
JOcTree is intended for use with Julia 0.4.x. Other dependencies are
jInv- package for PDE parameter estimation. JOcTree extendsjInv.Mesh.PyPlot- visualization (for visualization).
Since jInv is not a registered package, you can install it by typing:
Pkg.clone("https://github.com/JuliaInv/jInv.jl","jInv")
Pkg.test("jInv")
Having jInv installed, type:
Pkg.clone("https://github.com/lruthotto/JOcTree.git","JOcTree")
Pkg.test("JOcTree")