void hllFluxAlgorithmFwd(Args &&... args)
forward arguments to another function while preserving their value category (lvalue or rvalue).
Definition dbpp_FluxAlgorithmFwd.hpp:18
void hllFluxAlgorithm(ArrayType &aFF1, ArrayType &aFF2, const ArrayType &aU1, const ArrayType &aU2, ArrayType &&dU1, ArrayType &&dU2) noexcept
Compute numerical flux according to HLL algorithm ()
Definition dbpp_FluxAlgorithmFunctions.hpp:22