MFEM v4.8.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::BAndReducer< 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 (value_type &a)
 

Detailed Description

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

a &= b

Definition at line 67 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 70 of file reducers.hpp.

Member Function Documentation

◆ Join()

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

Definition at line 71 of file reducers.hpp.

◆ SetInitialValue()

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

Definition at line 76 of file reducers.hpp.


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