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

#include <reducers.hpp>

Public Types

using value_type = MinMaxLocScalar<T, I>
 

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)
 

Detailed Description

template<class T, class I>
struct mfem::ArgMinMaxReducer< T, I >

Definition at line 366 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

template<class T , class I >
using mfem::ArgMinMaxReducer< T, I >::value_type = MinMaxLocScalar<T, I>

Definition at line 368 of file reducers.hpp.

Member Function Documentation

◆ Join()

template<class T , class I >
static MFEM_HOST_DEVICE void mfem::ArgMinMaxReducer< T, I >::Join ( value_type & a,
const value_type & b )
inlinestatic

Definition at line 369 of file reducers.hpp.

◆ SetInitialValue()

template<class T , class I >
static MFEM_HOST_DEVICE void mfem::ArgMinMaxReducer< T, I >::SetInitialValue ( value_type & a)
inlinestatic

Definition at line 383 of file reducers.hpp.


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