|
Peano
|
Go to the source code of this file.
Functions | |
| void | initialTask (exahype2::CellData< SolverPrecision, SolverPrecision > *myCellData, exahype2::FaceData< SolverPrecision, SolverPrecision > *myFaceData, const int cellId, const int faceId, tarch::timing::Measurement &measurement) |
| void | runKernels (exahype2::CellData< SolverPrecision, SolverPrecision > *myCellData, exahype2::FaceData< SolverPrecision, SolverPrecision > *myFaceData, const int cellId, const int faceId, tarch::timing::Measurement &measurement) |
| void initialTask | ( | exahype2::CellData< SolverPrecision, SolverPrecision > * | myCellData, |
| exahype2::FaceData< SolverPrecision, SolverPrecision > * | myFaceData, | ||
| const int | cellId, | ||
| const int | faceId, | ||
| tarch::timing::Measurement & | measurement ) |
Definition at line 42 of file Variant4.cpp.
References exahype2::FaceData< inType, outType >::QIn, and exahype2::FaceData< inType, outType >::QOut.
Referenced by variant4::runBenchmarks().

| void runKernels | ( | exahype2::CellData< SolverPrecision, SolverPrecision > * | myCellData, |
| exahype2::FaceData< SolverPrecision, SolverPrecision > * | myFaceData, | ||
| const int | cellId, | ||
| const int | faceId, | ||
| tarch::timing::Measurement & | measurement ) |
Definition at line 100 of file Variant4.cpp.
References exahype2::FaceData< inType, outType >::dt, exahype2::FaceData< inType, outType >::faceCentre, exahype2::FaceData< inType, outType >::faceSize, exahype2::FaceData< inType, outType >::QIn, exahype2::FaceData< inType, outType >::QOut, and exahype2::FaceData< inType, outType >::t.
Referenced by variant4::runBenchmarks().
