Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::AbsMin< T > Struct Template Reference

\( f(x,y) = \min(|x|,|y|)\) More...

Public Member Functions

DG_DEVICEoperator() (T x, T y) const
 

Detailed Description

template<class T = double>
struct dg::AbsMin< T >

\( f(x,y) = \min(|x|,|y|)\)

Member Function Documentation

◆ operator()()

template<class T = double>
DG_DEVICE T dg::AbsMin< T >::operator() ( x,
y 
) const
inline

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