|
Peano
|
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. | |
| 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.