Skip to content

lruthotto/JOcTree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOcTree

Library for creating and manipulating OcTrees as well as creating differential operators discretized on OcTree meshes.

Requirements

JOcTree is intended for use with Julia 0.4.x. Other dependencies are

  1. jInv - package for PDE parameter estimation. JOcTree extends jInv.Mesh.
  2. PyPlot - visualization (for visualization).

Installation

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")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 94.9%
  • MATLAB 5.1%