preCICE v3.1.2
|
#include <GatherScatterComFactory.hpp>
Public Member Functions | |
GatherScatterComFactory (com::PtrCommunication intraComm) | |
DistributedCommunication::SharedPointer | newDistributedCommunication (mesh::PtrMesh mesh) |
Public Member Functions inherited from precice::m2n::DistributedComFactory | |
virtual | ~DistributedComFactory () |
Private Attributes | |
com::PtrCommunication | _intraComm |
communication between the primary processes | |
Additional Inherited Members | |
Public Types inherited from precice::m2n::DistributedComFactory | |
using | SharedPointer = std::shared_ptr<DistributedComFactory> |
Definition at line 10 of file GatherScatterComFactory.hpp.
precice::m2n::GatherScatterComFactory::GatherScatterComFactory | ( | com::PtrCommunication | intraComm | ) |
Definition at line 8 of file GatherScatterComFactory.cpp.
|
virtual |
Implements precice::m2n::DistributedComFactory.
Definition at line 15 of file GatherScatterComFactory.cpp.
|
private |
communication between the primary processes
Definition at line 19 of file GatherScatterComFactory.hpp.