24 return sign(a) * fmin(fabs(a), fabs(b));
32 return sign(a) * fmin(fabs(a), fmin(fabs(b), fabs(c)));
alsfvm::shared_ptr< reconstruction::Reconstruction > & reconstruction
Definition: NumericalFluxFactory.cpp:101
__device__ __host__ real minmod(real a, real b)
Definition: minmod.hpp:22
#define __host__
Definition: types.hpp:46
double real
Definition: types.hpp:65
__device__ __host__ real sign(real a)
Definition: sign.hpp:19
#define __device__
Definition: types.hpp:45
Various utility functions to implement the tecno flux.
Definition: types.hpp:30