Peano
Loading...
Searching...
No Matches
Tracer.h File Reference
Include dependency graph for Tracer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  exahype2
 For the generic kernels that I use here most of the time.
 
namespace  exahype2::dg
 

Functions

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.