Skip to content

JuliaAstroSim/PhysicalTrees.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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