Skip to content

Commit

Permalink
* Changed stepping algorithm to adaptive RK12
Browse files Browse the repository at this point in the history
* Updated data structure to a single `Particle` structure
  • Loading branch information
christian-hh committed Jun 7, 2021
1 parent 356e638 commit c26b7b0
Show file tree
Hide file tree
Showing 13 changed files with 10,339 additions and 524,641 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ authors = ["Christian Heiberg Hallas <[email protected]> and contrib
version = "0.1.0"

[deps]
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
ParallelDataTransfer = "2dcacdae-9679-587a-88bb-8b444fb7085b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

Expand Down
Loading

0 comments on commit c26b7b0

Please sign in to comment.