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

a |= b More...

#include <reducers.hpp>

Public Types

using value_type = T
 

Static Public Member Functions

static MFEM_HOST_DEVICE void Join (value_type &a, const value_type &b)
 
static MFEM_HOST_DEVICE void SetInitialValue (T &a)
 

Detailed Description

template<class T>
struct mfem::BOrReducer< T >

a |= b

Definition at line 85 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

template<class T >
using mfem::BOrReducer< T >::value_type = T

Definition at line 88 of file reducers.hpp.

Member Function Documentation

◆ Join()

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

Definition at line 89 of file reducers.hpp.

◆ SetInitialValue()

template<class T >
static MFEM_HOST_DEVICE void mfem::BOrReducer< T >::SetInitialValue ( T & a)
inlinestatic

Definition at line 94 of file reducers.hpp.


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