![]() |
MFEM v4.8.0
Finite element discretization library
|
a = minmax(a,b) More...
#include <reducers.hpp>
Public Types | |
using | value_type = DevicePair<T, T> |
Static Public Member Functions | |
static MFEM_HOST_DEVICE void | Join (value_type &a, const value_type &b) |
static MFEM_HOST_DEVICE void | SetInitialValue (value_type &a) |
Static Public Attributes | |
static constexpr T | min_val = std::numeric_limits<T>::min() |
static constexpr T | max_val = std::numeric_limits<T>::max() |
a = minmax(a,b)
Definition at line 194 of file reducers.hpp.
using mfem::MinMaxReducer< T >::value_type = DevicePair<T, T> |
Definition at line 196 of file reducers.hpp.
|
inlinestatic |
Definition at line 197 of file reducers.hpp.
|
inlinestatic |
Definition at line 216 of file reducers.hpp.
|
staticconstexpr |
Definition at line 214 of file reducers.hpp.
|
staticconstexpr |
Definition at line 213 of file reducers.hpp.