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::burgers::ConservedVariables |
Namespaces | |
alsfvm | |
Various utility functions to implement the tecno flux. | |
alsfvm::equation | |
alsfvm::equation::burgers | |
Functions | |
__device__ __host__ ConservedVariables | alsfvm::equation::burgers::operator- (const ConservedVariables &a, const ConservedVariables &b) |
__device__ __host__ ConservedVariables | alsfvm::equation::burgers::operator+ (const ConservedVariables &a, const ConservedVariables &b) |
__device__ __host__ ConservedVariables | alsfvm::equation::burgers::operator* (real a, const ConservedVariables &b) |
__device__ __host__ ConservedVariables | alsfvm::equation::burgers::operator/ (const ConservedVariables &a, real b) |