Go to the source code of this file.
|
| template<class T , class Shortcuts , class Quadrature , int NumberOfUnknowns, int NumberOfAuxiliaryVariables, int Order> |
| static GPU_CALLABLE_METHOD void | applications::exahype2::ShallowWater::rusanovRiemannSolverADERDG (const T *const NOALIAS QL, const T *const NOALIAS QR, const tarch::la::Vector< DIMENSIONS, double > &x, const tarch::la::Vector< DIMENSIONS, double > &h, const double t, const double dt, const int normal, T *const NOALIAS FL, T *const NOALIAS FR) |
| |
| template<class T , class Shortcuts , int NumberOfUnknowns, int NumberOfAuxiliaryVariables> |
| static GPU_CALLABLE_METHOD double | applications::exahype2::ShallowWater::rusanovRiemannSolverFV (const T *const NOALIAS QL, const T *const NOALIAS QR, const tarch::la::Vector< DIMENSIONS, double > &x, const tarch::la::Vector< DIMENSIONS, double > &h, const double t, const double dt, const int normal, T *const NOALIAS FL, T *const NOALIAS FR) |
| |