Peano
Loading...
Searching...
No Matches
PosterioriLimiting.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
9tarch::logging::Log {{NAMESPACE | join("::")}}::{{CLASSNAME}}::_log( "{{NAMESPACE | join("::")}}::{{CLASSNAME}}" );
10
11
12{% if ADMISSIBILITY_IMPLEMENTATION=="<user-defined>" %}
13bool {{NAMESPACE | join("::")}}::{{CLASSNAME}}::isPhysicallyAdmissible(
14 const double* const Q,
17 const double timeStamp
18){
19 return true;
20}
21{% endif %}
Log Device.
Definition Log.h:516
tarch::logging::Log _log("exahype2::fv")
Simple vector class.
Definition Vector.h:150