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