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

#include <reducers.hpp>

Public Types

using value_type = MinMaxLocScalar<float, 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 I>
struct mfem::ArgMinMaxReducer< float, I >

Definition at line 396 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 398 of file reducers.hpp.

Member Function Documentation

◆ Join()

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

Definition at line 399 of file reducers.hpp.

◆ SetInitialValue()

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

Definition at line 413 of file reducers.hpp.


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