Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.51 KB

Readme.md

File metadata and controls

49 lines (34 loc) · 1.51 KB

PhysicalTrees.jl

codecov

Distributed Octree for Nbody simulation.

Installation

]add PhysicalTrees

or

using Pkg; Pkg.add("PhysicalTrees")

or

using Pkg; Pkg.add("https://github.com/JuliaAstroSim/PhysicalTrees.jl")

To test the Package:

]test PhysicalTrees

Documentation

  • Devdocumentation of the in-development version.

For beginners, it is highly recommended to read the documentation of PhysicalParticles.jl.

Package ecosystem