Go to the source code of this file.
|
| template<class T , class Shortcuts , int NumberOfUnknowns> |
| static GPU_CALLABLE_METHOD void | applications::exahype2::ShallowWater::flux (const T *const NOALIAS Q, 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 F) |
| |
| template<class T , class Shortcuts > |
| static GPU_CALLABLE_METHOD double | applications::exahype2::ShallowWater::maxEigenvalue (const T *const NOALIAS Q, const tarch::la::Vector< DIMENSIONS, double > &x, const tarch::la::Vector< DIMENSIONS, double > &h, const double t, const double dt, const int normal) |
| |
| template<class T , class Shortcuts , int NumberOfUnknowns> |
| static GPU_CALLABLE_METHOD void | applications::exahype2::ShallowWater::nonconservativeProduct (const T *const NOALIAS Q, const T *const NOALIAS deltaQ, 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 BTimesDeltaQ) |
| |