Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
Go to the source code of this file.
Classes | |
class | alsfvm::equation::euler::ConservedVariables< nsd > |
Namespaces | |
alsfvm | |
Various utility functions to implement the tecno flux. | |
alsfvm::equation | |
alsfvm::equation::euler | |
Functions | |
template<int nsd> | |
__device__ __host__ ConservedVariables< nsd > | alsfvm::equation::euler::operator- (const ConservedVariables< nsd > &a, const ConservedVariables< nsd > &b) |
template<int nsd> | |
__device__ __host__ ConservedVariables< nsd > | alsfvm::equation::euler::operator+ (const ConservedVariables< nsd > &a, const ConservedVariables< nsd > &b) |
template<int nsd> | |
__device__ __host__ ConservedVariables< nsd > | alsfvm::equation::euler::operator* (real a, const ConservedVariables< nsd > &b) |
template<int nsd> | |
__device__ __host__ ConservedVariables< nsd > | alsfvm::equation::euler::operator/ (const ConservedVariables< nsd > &a, real b) |