OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
op_ssend_recv_merge< op, vector_type_opart > Struct Template Reference

Helper class to merge data. More...

Detailed Description

template<template< typename, typename > class op, typename vector_type_opart>
struct op_ssend_recv_merge< op, vector_type_opart >

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.
 

Constructor & Destructor Documentation

◆ op_ssend_recv_merge()

template<template< typename, typename > class op, typename vector_type_opart >
op_ssend_recv_merge< op, vector_type_opart >::op_ssend_recv_merge ( vector_type_opart &  opart)
inline

constructor

Definition at line 687 of file VCluster_meta_function.hpp.

Member Function Documentation

◆ execute()

template<template< typename, typename > class op, typename vector_type_opart >
template<bool sr, typename T , typename D , typename S , template< typename > class layout_base, int ... prp>
void op_ssend_recv_merge< op, vector_type_opart >::execute ( D recv,
S &  v2,
size_t  i,
size_t  opt 
)
inline

execute the merge

Definition at line 698 of file VCluster_meta_function.hpp.

Field Documentation

◆ opart

template<template< typename, typename > class op, typename vector_type_opart >
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.


The documentation for this struct was generated from the following file: