MFEM v4.8.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::MinMaxLocScalar< A, B > Struct Template Reference

Two pairs for the min/max values and their location indices. More...

#include <reducers.hpp>

Public Attributes

min_val
 
max_val
 
min_loc
 
max_loc
 

Detailed Description

template<class A, class B>
struct mfem::MinMaxLocScalar< A, B >

Two pairs for the min/max values and their location indices.

Definition at line 34 of file reducers.hpp.

Member Data Documentation

◆ max_loc

template<class A , class B >
B mfem::MinMaxLocScalar< A, B >::max_loc

Definition at line 39 of file reducers.hpp.

◆ max_val

template<class A , class B >
A mfem::MinMaxLocScalar< A, B >::max_val

Definition at line 37 of file reducers.hpp.

◆ min_loc

template<class A , class B >
B mfem::MinMaxLocScalar< A, B >::min_loc

Definition at line 38 of file reducers.hpp.

◆ min_val

template<class A , class B >
A mfem::MinMaxLocScalar< A, B >::min_val

Definition at line 36 of file reducers.hpp.


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