![]() |
Peano
|
#include "{{CLASSNAME}}.h"
#include "config.h"
#include "exahype2/CellData.h"
#include "exahype2/EnclaveBookkeeping.h"
#include "exahype2/EnclaveTask.h"
#include "exahype2/enumerator/enumerator.h"
#include "exahype2/fd/PatchUtils.h"
#include "peano4/parallel/parallel.h"
#include "peano4/utils/Loop.h"
#include "tarch/compiler/CompilerSpecificSettings.h"
#include "tarch/multicore/smartScheduling.h"
#include "tarch/multicore/otter.h"
#include "tarch/mpi/DoubleMessage.h"
#include "tarch/mpi/IntegerMessage.h"
#include <string.h>
#include <memory>
Go to the source code of this file.
Variables | |
int {{NAMESPACE | join("::")}}::{{CLASSNAME}}::_enclaveTaskTypeId(peano4::parallel::getTaskType("{{NAMESPACE | join("::")}}::{{CLASSNAME}}")) | |
int {{NAMESPACE | join("::")}}::{{CLASSNAME}}::_enclaveTaskTypeId(peano4::parallel::getTaskType("{{NAMESPACE | join("::")}}::{{CLASSNAME}}")) |
Definition at line 43 of file SeparateSweeps.EnclaveTask.template.cpp.