Peano
Loading...
Searching...
No Matches
exahype2::dg::internal Namespace Reference

Functions

void copySolution (const double *__restrict__ cellQin, const int order, const int unknowns, const int auxiliaryVariables, const tarch::la::Vector< Dimensions, int > &node, double *__restrict__ cellQout)
 Copy solution over for one node.
 

Function Documentation

◆ copySolution()

void exahype2::dg::internal::copySolution ( const double *__restrict__ cellQin,
const int order,
const int unknowns,
const int auxiliaryVariables,
const tarch::la::Vector< Dimensions, int > & node,
double *__restrict__ cellQout )

Copy solution over for one node.

This method signature is kind of an overkill (we don't need all of the variables), but I decided to keep the internal routines as close to each other as possible.

Todo
Noch komplett auf diese Micro-Kernel-Notation umstellen, die Dominic im ADER eingefuehrt hat Das aber erst machen, nachdem wir die Enumeratoren da haben

Definition at line 243 of file CellIntegral.cpp.

References peano4::utils::dLinearised().

Here is the call graph for this function: