SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
apf::ReductionOp< T > Class Template Referenceabstract

Base class for applying operations to make a Field consistent in parallel. More...

Inherited by apf::ReductionMax< T >, apf::ReductionMin< T >, and apf::ReductionSum< T >.

Detailed Description

template<class T>
class apf::ReductionOp< T >

Base class for applying operations to make a Field consistent in parallel.

This function gets applied pairwise to the Field values from every partition, resulting in a single unique value. No guarantees are made about the order in which this function is applied to the values.

Definition at line 42 of file apf.h.


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