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