Chi-Tech
AsyncComm.cc
Go to the documentation of this file.
1#include "AsyncComm.h"
2
4
6{
7
9 FLUDS& fluds, const chi::ChiMPICommunicatorSet& comm_set)
10 : fluds_(fluds), comm_set_(comm_set)
11{
12}
13
14std::vector<double>&
16 uint64_t cell_global_id,
17 unsigned int face_id,
18 size_t angle_set_id,
19 size_t data_size)
20{
21 ChiLogicalError("Method not implemented");
22}
23
24} // namespace chi_mesh::sweep_management
#define ChiLogicalError(message)
AsynchronousCommunicator(FLUDS &fluds, const chi::ChiMPICommunicatorSet &comm_set)
Definition: AsyncComm.cc:8
virtual std::vector< double > & InitGetDownwindMessageData(int location_id, uint64_t cell_global_id, unsigned int face_id, size_t angle_set_id, size_t data_size)
Definition: AsyncComm.cc:15