$extrastylesheet
#include <parallel.h>

Public Member Functions | |
| virtual | ~PostWaitWork () |
| virtual void | run () |
A class that can be subclassed to allow other code to perform work after a MPI_Wait succeeds
Definition at line 408 of file parallel.h.
| virtual libMesh::Parallel::PostWaitWork::~PostWaitWork | ( | ) | [inline, virtual] |
Definition at line 409 of file parallel.h.
{}
| virtual void libMesh::Parallel::PostWaitWork::run | ( | ) | [inline, virtual] |
Reimplemented in libMesh::Parallel::PostWaitDeleteBuffer< Container >, libMesh::Parallel::PostWaitUnpackBuffer< Container, Context, OutputIter >, and libMesh::Parallel::PostWaitCopyBuffer< Container, OutputIter >.
Definition at line 411 of file parallel.h.
{}