![]() |
Peano
|
Data Fields | |
std::vector< CellQ > | Q |
std::array< std::vector< FaceQNew >, DIMENSIONS > | faces |
std::array< double *, DIMENSIONS > | facesDevice |
Definition at line 111 of file DataRepository.h.
std::array<std::vector<FaceQNew>, DIMENSIONS> benchmarks::exahype2::kernelbenchmarks::DataRepository::DepthLevel::faces |
Definition at line 117 of file DataRepository.h.
Referenced by benchmarks::exahype2::kernelbenchmarks::DataRepository::copyFacesFromDevice(), benchmarks::exahype2::kernelbenchmarks::DataRepository::copyFacesToDevice(), benchmarks::exahype2::kernelbenchmarks::DataRepository::DataRepository(), and benchmarks::exahype2::kernelbenchmarks::DataRepository::getFaceQNew().
std::array<double*, DIMENSIONS> benchmarks::exahype2::kernelbenchmarks::DataRepository::DepthLevel::facesDevice |
Definition at line 118 of file DataRepository.h.
Referenced by benchmarks::exahype2::kernelbenchmarks::DataRepository::copyFacesFromDevice(), benchmarks::exahype2::kernelbenchmarks::DataRepository::copyFacesToDevice(), benchmarks::exahype2::kernelbenchmarks::DataRepository::DataRepository(), benchmarks::exahype2::kernelbenchmarks::DataRepository::getFaceQNewDevice(), and benchmarks::exahype2::kernelbenchmarks::DataRepository::~DataRepository().
std::vector<CellQ> benchmarks::exahype2::kernelbenchmarks::DataRepository::DepthLevel::Q |
Definition at line 113 of file DataRepository.h.
Referenced by benchmarks::exahype2::kernelbenchmarks::DataRepository::DataRepository(), and benchmarks::exahype2::kernelbenchmarks::DataRepository::getCellQ().