Go to the source code of this file.
|
template<typename Particle , int SourceIndex, int DestIndex> |
void | exahype2::dg::projectValueOntoParticle (const peano4::datamanagement::CellMarker &marker, int order, const double *__restrict__ QuadratureNodes1d, int unknownsPerDoF, const double *__restrict__ Q, Particle &particle) |
| Project one quantity from the patch data onto the particle.
|
|
template<typename Particle , typename QStoreType > |
void | exahype2::dg::projectAllValuesOntoParticle (const peano4::datamanagement::CellMarker &marker, int order, const double *__restrict__ QuadratureNodes1d, int unknownsPerDoF, const QStoreType *__restrict__ Q, Particle &particle) |
| Take all values of the unknown field Q and project them onto the particle.
|
|