MFEM v4.8.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::MultReducer< 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::MultReducer< T >

a *= b

Definition at line 55 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 57 of file reducers.hpp.

Member Function Documentation

◆ Join()

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

Definition at line 58 of file reducers.hpp.

◆ SetInitialValue()

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

Definition at line 63 of file reducers.hpp.


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