Go to the source code of this file.
|
| namespace | exahype2 |
| | This file is part of the multigrid project within Peano 4.
|
| |
| namespace | exahype2::fd |
| |
|
| typedef std::function< void(const double *__restrict__ Q, const tarch::la::Vector< Dimensions, double > &gridCellX, const tarch::la::Vector< Dimensions, double > &gridCellH, double t, double dt, double *__restrict__ AlgeSrc) | exahype2::fd::Source) |
| |
| typedef std::function< void(const double *__restrict__ Q, const tarch::la::Vector< Dimensions, double > &faceCentre, const tarch::la::Vector< Dimensions, double > &gridCellH, double t, double dt, int normal, double *__restrict__ F) | exahype2::fd::Flux) |
| |
| typedef std::function< void(const double *__restrict__ Q, const double *__restrict__ deltaQ, const tarch::la::Vector< Dimensions, double > &gridCellX, const tarch::la::Vector< Dimensions, double > &gridCellH, double t, double dt, int normal, double *__restrict__ DiffSrc) | exahype2::fd::NonconservativeProduct) |
| |
| typedef std::function< void(const double *__restrict__ Q, const tarch::la::Vector< Dimensions, double > &gridCellX, const tarch::la::Vector< Dimensions, double > &gridCellH, double t, double dt, int normal, double *__restrict__ maxEigen) | exahype2::fd::MaxEigenvalue) |
| | The max eigenvalue is used if and only if you have adaptive time stepping.
|
| |