Skip to content

Releases: Ben1980/gravity

Implementing Euler-Method

05 Mar 22:12
36fdcca
Compare
Choose a tag to compare

With this release the implicit Euler-Method is implemented which solves a particle system with a computational complexity of O(N^2)

Testing Point Mass Attraction with Catch2

28 Feb 06:04
a0c2e20
Compare
Choose a tag to compare

Two tests for simple x/y-direction tests of attracting point mass added

Interface v1

25 Feb 20:37
4913f38
Compare
Choose a tag to compare

A basic implementation of an rough interface which just compiles, no tests are passing.

Structure Change

18 Feb 20:32
76cd2d4
Compare
Choose a tag to compare

Small refactoring to to structure, such as extraction of test library

Basic project setup

12 Feb 20:41
f50918e
Compare
Choose a tag to compare

A basic project setup providing an example library with a dummy test.

Empty repository setup

07 Feb 12:54
dac5e08
Compare
Choose a tag to compare
v0.0.0

Initial commit