Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include <alsfvm/reconstruction/WENOF2.hpp>
Static Public Member Functions | |
__device__ static __host__ void | reconstruct (Equation eq, typename Equation::ConstViews &in, size_t x, size_t y, size_t z, typename Equation::Views &leftView, typename Equation::Views &rightView, bool xDir, bool yDir, bool zDir) |
__device__ static __host__ int | getNumberOfGhostCells () |
Simple WENO2 reconstruction. This is to be used with the ReconstructionCPU or ReconstructionCUDA class!
This WENO2 implementation enforces the equation based constraints by computing the reconstruction in the primitive variables and enforcing the natural bounds there.
|
inlinestatic |
|
inlinestatic |