Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include <alsfvm/equation/euler/TecnoVariables.hpp>
Public Types | |
typedef Types< nsd+2 >::rvec | state_vector |
typedef Types< nsd >::rvec | rvec |
Public Member Functions | |
__device__ __host__ | TecnoVariables (real z1, rvec zu, real z5) |
template<> | |
__device__ __host__ | TecnoVariables (real z1, rvec1 zu, real z5) |
template<> | |
__device__ __host__ | TecnoVariables (real z1, rvec2 zu, real z5) |
template<> | |
__device__ __host__ | TecnoVariables (real z1, rvec3 zu, real z5) |
Public Attributes | |
state_vector | z |
Simple class to hold the variables relevant for the Tecno scheme, see definition of in
http://www.cscamm.umd.edu/people/faculty/tadmor/pub/TV+entropy/Fjordholm_Mishra_Tadmor_SINUM2012.pdf
eq (6.11). That is, we set
typedef Types<nsd>::rvec alsfvm::equation::euler::TecnoVariables< nsd >::rvec |
typedef Types< nsd + 2 >::rvec alsfvm::equation::euler::TecnoVariables< nsd >::state_vector |
__device__ __host__ alsfvm::equation::euler::TecnoVariables< nsd >::TecnoVariables | ( | real | z1, |
rvec | zu, | ||
real | z5 | ||
) |
|
inline |
|
inline |
|
inline |
state_vector alsfvm::equation::euler::TecnoVariables< nsd >::z |