libMesh::Parallel::OpFunction< T > Class Template Reference

#include <op_function.h>

Detailed Description

template<typename T>
class libMesh::Parallel::OpFunction< T >

Templated class to provide the appropriate MPI reduction operations for use with built-in C types or simple C++ constructions.

More complicated data types may need to provide a pointer-to-T so that we can use MPI_Address without constructing a new T.

Definition at line 45 of file op_function.h.


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