Peano
Loading...
Searching...
No Matches
StaticLimiting.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
double
*
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 %}
tarch::logging::Log
Log Device.
Definition
Log.h:516
_log
tarch::logging::Log _log("exahype2::fv")
tarch::la::Vector
Simple vector class.
Definition
Vector.h:150
python
exahype2
solvers
limiting
StaticLimiting.template.cpp
Generated on Fri Apr 11 2025 10:17:38 for Peano by
1.10.0