3#include "sync/synchronizer.h"
44 const int component_index)
78 const int component_index);
120 const int component_index)
154 const int component_index);
Definition: wmdomain.h:35
Definition: wmunstructuredpatch.h:22
Class for Unique Variable Patch Synchronizer This is basically empty because this is not synchronized...
Definition: unique_variable_synchronizer.h:22
void sync()
Blocking sync call.
void sync_nb()
Non-blocking sync call Initiates the recv buffer and sends remote data out.
bool _finalized
Is the class finalized - if not then I can't add new variables.
Definition: unique_variable_synchronizer.h:86
void sync_nb_wait()
Blocking sync wait call Transmits local data, and waits until remote recv is complete.
void add_component(wxm::dfem::variable::UniqueDistributedVariable &variable, const int component_index)
Add a component to the synchronization.
virtual ~UniqueVariablePatchSynchronizer()
Destructor.
UniqueVariablePatchSynchronizer(const WmUnstructuredPatch &patch, const int tag_seed)
Constructor.
void add_component(wxm::variable::distributed_variable_t &variable, const int component_index)
Add a component to the synchronization.
Definition: unique_variable_synchronizer.h:43
void finalize()
Finalizes the synchronization.
Class for Unique Variable Rank Synchronizer This is basically empty because this is not synchronized,...
Definition: unique_variable_synchronizer.h:100
void add_component(wxm::dfem::variable::UniqueDistributedVariable &variable, const int component_index)
Add a component to the synchronization.
void add_component(wxm::variable::distributed_variable_t &variable, const int component_index)
Add a component to the synchronization.
Definition: unique_variable_synchronizer.h:119
void sync_nb()
Non-blocking sync call Initiates the recv buffer and sends remote data out.
UniqueVariableRankSynchronizer(const WmDomain &domain)
Constructor.
bool _finalized
Is the class finalized - if not then I can't add new variables.
Definition: unique_variable_synchronizer.h:162
void sync_nb_wait()
Blocking sync wait call Transmits local data, and waits until remote recv is complete.
~UniqueVariableRankSynchronizer()
Destructor.
void sync()
Blocking sync call.
void finalize()
Finalizes the syncrhonization.
Class for Unique Distributed Variable.
Definition: unique_distributed_variable.h:106
Definition: synchronizer.h:15
Definition: synchronizer.h:68
Defines an interface for variables that exits over distributed memory.
Definition: distributed_variable.h:28
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8