Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include <alsfvm/equation/linear/ConservedVariables.hpp>
Public Member Functions | |
__device__ __host__ | ConservedVariables () |
__device__ __host__ | ConservedVariables (real u_) |
__device__ __host__ | ConservedVariables (const rvec1 &u_) |
__device__ __host__ real & | operator[] (size_t index) |
__device__ __host__ real | operator[] (size_t index) const |
Static Public Member Functions | |
__device__ static __host__ constexpr size_t | size () |
Public Attributes | |
real | u |
The holder struct for all relevant variables for the linear flux These are supposed to be the conserved variables
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
real alsfvm::equation::linear::ConservedVariables::u |