MFEM v4.8.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::MinReducer< 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 122 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 124 of file reducers.hpp.

Member Function Documentation

◆ Join()

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

Definition at line 125 of file reducers.hpp.

◆ SetInitialValue()

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

Definition at line 130 of file reducers.hpp.


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