ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 22 forks source link

CudaClaw : Write step2 and flux2 kernels #133

Closed donnaaboise closed 6 years ago

donnaaboise commented 6 years ago

These routines compute fluctuations fp, fm, gp, gm and need to be written as a CUDA kernel(s).

donnaaboise commented 6 years ago

We have the basic routines in place for this, so will close the issue. Still need to get limiters, second order corrections, and transverse corrections in place, though.