Alsvinn  0.5.3
The fast FVM simulator with UQ support
Static Public Member Functions | Static Public Attributes | List of all members
alsfvm::numflux::LaxFriedrichs< Equation > Class Template Reference

#include <alsfvm/numflux/LaxFriedrichs.hpp>

Static Public Member Functions

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

Static Public Attributes

static const std::string name
 name is "laxfriedrichs" More...
 

Detailed Description

template<class Equation>
class alsfvm::numflux::LaxFriedrichs< Equation >

The Laxt Friedrich flux. NOT WORKING.

Member Function Documentation

◆ computeFlux()

template<class Equation >
template<int direction>
__device__ static __host__ real alsfvm::numflux::LaxFriedrichs< Equation >::computeFlux ( const Equation &  eq,
const typename Equation::AllVariables &  left,
const typename Equation::AllVariables &  right,
typename Equation::ConservedVariables &  F 
)
inlinestatic

Member Data Documentation

◆ name

template<class Equation >
const std::string alsfvm::numflux::LaxFriedrichs< Equation >::name
static

name is "laxfriedrichs"


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