#include <mpi.h>
#include <functional>
#include <dune/common/fvector.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/common/hybridutilities.hh>
#include <dune/common/std/utility.hh>
#include <dune/common/std/apply.hh>
#include <dune/geometry/type.hh>
Go to the source code of this file.
|
template<typename OP , typename... Args> |
void | Dune::Parallel::MPI_AllApply (MPI_Comm mpicomm, OP &&op, const Args &... data) |
| apply an operator locally to a difstributed data set More...
|
|
◆ CheckMPIStatus
#define CheckMPIStatus |
( |
|
A, |
|
|
|
B |
|
) |
| {} |
- Todo:
- Implement MPI Status check with exception handling