- a poisson eqn solver written in cuda using a multi-cell method
- a cpu process requests/computations one by one, whereas a gpu can process requests parallelly
- therefore, computations that require a lot of data manipulations are better processed on a gpu
- this program uses CUDA (an nvidia framework) to parallelize soln to poisson's eqn
-
Notifications
You must be signed in to change notification settings - Fork 0
suryavirkapur/poisson
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
poisson eqn solver written in cpp using cuda