Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaastrosim/physicaltrees.jl
Distributed physical tree interfaces for Julia
https://github.com/juliaastrosim/physicaltrees.jl
astrophysics distributed-computing gadget2 octree unitful
Last synced: 29 days ago
JSON representation
Distributed physical tree interfaces for Julia
- Host: GitHub
- URL: https://github.com/juliaastrosim/physicaltrees.jl
- Owner: JuliaAstroSim
- License: gpl-3.0
- Created: 2019-12-06T15:39:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T13:04:10.000Z (5 months ago)
- Last Synced: 2024-11-18T16:35:52.845Z (about 1 month ago)
- Topics: astrophysics, distributed-computing, gadget2, octree, unitful
- Language: Julia
- Homepage:
- Size: 288 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PhysicalTrees.jl
[![codecov](https://codecov.io/gh/JuliaAstroSim/PhysicalTrees.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaAstroSim/PhysicalTrees.jl)
[![][docs-dev-img]][docs-dev-url]Distributed Octree for Nbody simulation.
## Installation
```julia
]add PhysicalTrees
```or
```julia
using Pkg; Pkg.add("PhysicalTrees")
```or
```julia
using Pkg; Pkg.add("https://github.com/JuliaAstroSim/PhysicalTrees.jl")
```To test the Package:
```julia
]test PhysicalTrees
```## Documentation
- [**Dev**][docs-dev-url] — *documentation of the in-development version.*
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://juliaastrosim.github.io/PhysicalTrees.jl/devFor beginners, it is highly recommended to read the [documentation of PhysicalParticles.jl](https://juliaastrosim.github.io/PhysicalParticles.jl/dev/).
## Package ecosystem
- Basic data structure: [PhysicalParticles.jl](https://github.com/JuliaAstroSim/PhysicalParticles.jl)
- File I/O: [AstroIO.jl](https://github.com/JuliaAstroSim/AstroIO.jl)
- Initial Condition: [AstroIC.jl](https://github.com/JuliaAstroSim/AstroIC.jl)
- Parallelism: [ParallelOperations.jl](https://github.com/JuliaAstroSim/ParallelOperations.jl)
- Trees: [PhysicalTrees.jl](https://github.com/JuliaAstroSim/PhysicalTrees.jl)
- Meshes: [PhysicalMeshes.jl](https://github.com/JuliaAstroSim/PhysicalMeshes.jl)
- Plotting: [AstroPlot.jl](https://github.com/JuliaAstroSim/AstroPlot.jl)
- Simulation: [ISLENT](https://github.com/JuliaAstroSim/ISLENT)