Alsvinn  0.5.3
The fast FVM simulator with UQ support
Static Public Member Functions | Static Public Attributes | List of all members
alsfvm::numflux::burgers::Roe Class Reference

#include <alsfvm/numflux/burgers/Roe.hpp>

Static Public Member Functions

template<int direction>
__device__ static __host__ real computeFlux (const equation::burgers::Burgers &eq, const equation::burgers::AllVariables &left, const equation::burgers::AllVariables &right, equation::burgers::ConservedVariables &F)
 

Static Public Attributes

static const std::string name = "roe"
 name is "Roe" More...
 

Detailed Description

The Roe flux for the Burgers equation.

Member Function Documentation

◆ computeFlux()

template<int direction>
__device__ static __host__ real alsfvm::numflux::burgers::Roe::computeFlux ( const equation::burgers::Burgers eq,
const equation::burgers::AllVariables left,
const equation::burgers::AllVariables right,
equation::burgers::ConservedVariables F 
)
inlinestatic

Member Data Documentation

◆ name

const std::string alsfvm::numflux::burgers::Roe::name = "roe"
static

name is "Roe"


The documentation for this class was generated from the following files: