Helper class to merge data. More...
Helper class to merge data.
Definition at line 753 of file VCluster_meta_function.hpp.
#include <VCluster_meta_function.hpp>
Public Member Functions | |
op_ssend_recv_merge_gpu (vector_type_opart &opart, vector_type_prc_offset &prc_offset) | |
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. | |
vector_type_prc_offset & | prc_offset |
|
inline |
constructor
Definition at line 761 of file VCluster_meta_function.hpp.
|
inline |
execute the merge
Definition at line 772 of file VCluster_meta_function.hpp.
vector_type_opart& op_ssend_recv_merge_gpu< op, vector_type_opart, vector_type_prc_offset >::opart |
For each processor contain the list of the particles with which I must merge the information.
Definition at line 756 of file VCluster_meta_function.hpp.
vector_type_prc_offset& op_ssend_recv_merge_gpu< op, vector_type_opart, vector_type_prc_offset >::prc_offset |
Definition at line 758 of file VCluster_meta_function.hpp.