Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgarrison/n6rad
A GPU implementation of a simple O(N^6) radiation transfer algorithm
https://github.com/lgarrison/n6rad
Last synced: 26 days ago
JSON representation
A GPU implementation of a simple O(N^6) radiation transfer algorithm
- Host: GitHub
- URL: https://github.com/lgarrison/n6rad
- Owner: lgarrison
- License: apache-2.0
- Created: 2020-09-11T17:25:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T20:54:30.000Z (over 4 years ago)
- Last Synced: 2024-10-16T01:31:01.101Z (2 months ago)
- Language: Cuda
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
N6rad
=====
A GPU implementation of a simple radiation transfer algorithm that considers all N^6 pairwise cell interactions for a N^3 grid.This is currently experimental and doesn't do any radiation transfer, just a dummy pairwise operation.
Usage
-----
Set the parameters at the top of `n6rad.cu`. To run:
```console
$ make
$ ./n6rad
```Author
------
Lehman GarrisonLicense
-------
Apache-2.0