Helper class to merge data. More...
Helper class to merge data.
Definition at line 681 of file VCluster_meta_function.hpp.
#include <VCluster_meta_function.hpp>
Public Member Functions | |
op_ssend_recv_merge (vector_type_opart &opart) | |
constructor | |
template<bool sr, typename T , typename D , typename S , template< typename > class layout_base, int ... prp> | |
void | execute (D &recv, S &v2, size_t i, size_t opt) |
execute the merge | |
Data Fields | |
vector_type_opart & | opart |
For each processor contain the list of the particles with which I must merge the information. | |
|
inline |
constructor
Definition at line 687 of file VCluster_meta_function.hpp.
|
inline |
execute the merge
Definition at line 698 of file VCluster_meta_function.hpp.
vector_type_opart& op_ssend_recv_merge< op, vector_type_opart >::opart |
For each processor contain the list of the particles with which I must merge the information.
Definition at line 684 of file VCluster_meta_function.hpp.