MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
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 132 of file reducers.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 134 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 135 of file reducers.hpp.

◆ SetInitialValue()

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

Definition at line 140 of file reducers.hpp.


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