![]() |
MFEM v4.8.0
Finite element discretization library
|
a = min(a,b) More...
#include <reducers.hpp>
Public Types | |
using | value_type = T |
Static Public Member Functions | |
static MFEM_HOST_DEVICE void | Join (value_type &a, value_type b) |
static MFEM_HOST_DEVICE void | SetInitialValue (value_type &a) |
Static Public Attributes | |
static constexpr T | max_val = std::numeric_limits<T>::max() |
a = min(a,b)
Definition at line 98 of file reducers.hpp.
using mfem::MinReducer< T >::value_type = T |
Definition at line 100 of file reducers.hpp.
|
inlinestatic |
Definition at line 102 of file reducers.hpp.
|
inlinestatic |
Definition at line 116 of file reducers.hpp.
|
staticconstexpr |
Definition at line 114 of file reducers.hpp.