#include "tarch/la/Vector.h"
#include "peano4/utils/Globals.h"
#include <functional>
Go to the source code of this file.
|
| namespace | exahype2 |
| | This file is part of the multigrid project within Peano 4.
|
| |
| namespace | exahype2::dg |
| |
|
| void | exahype2::dg::applyBoundaryConditions (std::function< void(const double *__restrict__ Qinside, double *__restrict__ Qoutside, const tarch::la::Vector< Dimensions, double > &x, double t, double dt, int normal) > boundaryCondition, const tarch::la::Vector< Dimensions, double > &faceCentre, const tarch::la::Vector< Dimensions, double > &cellSize, double t, double dt, int order, int unknowns, int auxiliaryVariables, int faceNumber, const double *__restrict__ quadraturePoints, double *__restrict__ Q) |
| | Apply boundary conditions.
|
| |