https://github.com/marcorentap/kokkos-simple-gravity-sim
simple gravity simulation implemented with Kokkos
https://github.com/marcorentap/kokkos-simple-gravity-sim
kokkos
Last synced: 7 months ago
JSON representation
simple gravity simulation implemented with Kokkos
- Host: GitHub
- URL: https://github.com/marcorentap/kokkos-simple-gravity-sim
- Owner: marcorentap
- License: other
- Created: 2024-02-02T03:26:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-04T08:45:43.000Z (over 1 year ago)
- Last Synced: 2024-07-29T19:07:46.495Z (about 1 year ago)
- Topics: kokkos
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A lot of the [Kokkos projects on GitHub](https://github.com/topics/kokkos) are either large frameworks or highly involved physical simulations.
So this is a simple example for learning Kokkos without having to become a physicist.