![]() |
MFEM v4.9.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 97 of file reducers.hpp.
| using mfem::MinReducer< T >::value_type = T |
Definition at line 99 of file reducers.hpp.
|
inlinestatic |
Definition at line 101 of file reducers.hpp.
|
inlinestatic |
Definition at line 115 of file reducers.hpp.
|
staticconstexpr |
Definition at line 113 of file reducers.hpp.