7#include "{{CLASSNAME}}.h"
15{%
if REFINEMENT_CRITERION_IMPLEMENTATION==
"<user-defined>" %}
17 const double * __restrict__ Q,
32{%
if INITIAL_CONDITIONS_IMPLEMENTATION==
"<user-defined>" %}
33void {{NAMESPACE | join(
"::")}}::{{CLASSNAME}}::initialCondition(
34 double * __restrict__ Q,
38 bool gridIsConstructed
53{%
if BOUNDARY_CONDITIONS_IMPLEMENTATION==
"<user-defined>" %}
54void {{NAMESPACE | join(
"::")}}::{{CLASSNAME}}::boundaryConditions(
55 const double * __restrict__ Qinside,
56 double * __restrict__ Qoutside,
68{{SOLVER_USER_DEFINITIONS}}
#define logTraceOutWith1Argument(methodName, argument0)
#define logTraceOut(methodName)
#define logTraceInWith3Arguments(methodName, argument0, argument1, argument2)
#define logTraceInWith2Arguments(methodName, argument0, argument1)
std::string toString(Filter filter)
tarch::logging::Log _log("exahype2::fv")
NumberOfAuxiliaryVariables