![]() |
MFEM v4.8.0
Finite element discretization library
|
Two pairs for the min/max values and their location indices. More...
#include <reducers.hpp>
Public Attributes | |
A | min_val |
A | max_val |
B | min_loc |
B | max_loc |
Two pairs for the min/max values and their location indices.
Definition at line 34 of file reducers.hpp.
B mfem::MinMaxLocScalar< A, B >::max_loc |
Definition at line 39 of file reducers.hpp.
A mfem::MinMaxLocScalar< A, B >::max_val |
Definition at line 37 of file reducers.hpp.
B mfem::MinMaxLocScalar< A, B >::min_loc |
Definition at line 38 of file reducers.hpp.
A mfem::MinMaxLocScalar< A, B >::min_val |
Definition at line 36 of file reducers.hpp.