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

#include <reducers.hpp>

Public Types

using value_type = double
 

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 133 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 135 of file reducers.hpp.

Member Function Documentation

◆ Join()

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

Definition at line 136 of file reducers.hpp.

◆ SetInitialValue()

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

Definition at line 141 of file reducers.hpp.


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