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

#include <reducers.hpp>

Public Types

using value_type = float
 

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)
 

Detailed Description

Definition at line 168 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

using mfem::MaxReducer< float >::value_type = float

Definition at line 170 of file reducers.hpp.

Member Function Documentation

◆ Join()

static MFEM_HOST_DEVICE void mfem::MaxReducer< float >::Join ( value_type & a,
value_type b )
inlinestatic

Definition at line 171 of file reducers.hpp.

◆ SetInitialValue()

static MFEM_HOST_DEVICE void mfem::MaxReducer< float >::SetInitialValue ( value_type & a)
inlinestatic

Definition at line 176 of file reducers.hpp.


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