|
Peano
|
Go to the source code of this file.
Namespaces | |
| namespace | applications |
| This code is taken from the original ExaHyPE project written by colleagues from the University of Trento. | |
| namespace | applications::exahype2 |
| namespace | applications::exahype2::ShallowWater |
Functions | |
| template<class T , class Shortcuts > | |
| static GPU_CALLABLE_METHOD double | applications::exahype2::ShallowWater::augmentedStateRiemannSolver (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) |
| A implementation of the augmented state Riemann solver from David L. | |