preCICE v3.2.0
|
#include <GatherScatterComFactory.hpp>
Public Member Functions | |
GatherScatterComFactory (com::PtrCommunication intraComm) | |
DistributedCommunication::SharedPointer | newDistributedCommunication (mesh::PtrMesh mesh) override |
Public Member Functions inherited from precice::m2n::DistributedComFactory | |
virtual | ~DistributedComFactory ()=default |
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 9 of file GatherScatterComFactory.hpp.
precice::m2n::GatherScatterComFactory::GatherScatterComFactory | ( | com::PtrCommunication | intraComm | ) |
Definition at line 8 of file GatherScatterComFactory.cpp.
|
overridevirtual |
Implements precice::m2n::DistributedComFactory.
Definition at line 15 of file GatherScatterComFactory.cpp.
|
private |
communication between the primary processes
Definition at line 18 of file GatherScatterComFactory.hpp.