Peano
StaticCoupling.template.cpp
Go to the documentation of this file.
1
// **********************************************************************************************
2
// *** !!!WARNING!!! ***
3
// *** WARNING: AUTO GENERATED FILE! DO NOT MODIFY BY HAND! YOUR CHANGES WILL BE OVERWRITTEN! ***
4
// *** !!!WARNING!!! ***
5
// *** Generated by Peano's Python API: www.peano-framework.org ***
6
// **********************************************************************************************
7
#include "{{CLASSNAME}}.h"
8
9
tarch::logging::Log {{NAMESPACE | join(
"::"
)}}::{{CLASSNAME}}
::_log
(
"{{NAMESPACE | join("
::
")}}::{{CLASSNAME}}"
);
10
11
{%
if
ADMISSIBILITY_IMPLEMENTATION==
"<user-defined>"
%}
12
bool
{{NAMESPACE | join(
"::"
)}}::{{CLASSNAME}}
::isPhysicallyAdmissible
(
13
const
{{REGULAR_SOLVER_STORAGE_PRECISION}}*
const
Q,
14
const
tarch::la::Vector<DIMENSIONS,double>&
x
,
15
const
tarch::la::Vector<DIMENSIONS,double>&
h
,
16
const
double
timeStamp
17
){
18
return
true
;
19
}
20
{% endif %}
timeStamp
constexpr double timeStamp
Definition:
KernelBenchmarks-main.cpp:46
ModeCalc.x
x
Definition:
ModeCalc.py:172
posteriori-limiting-euler-shock.isPhysicallyAdmissible
string isPhysicallyAdmissible
Definition:
posteriori-limiting-euler-shock.py:109
swe.h
h
Definition:
swe.py:79
variant1::_log
tarch::logging::Log _log
This is variant 1 of the fused kernels.
tests
exahype2
aderdg-coupling
coupling
StaticCoupling.template.cpp
Generated by
1.9.1