DistDir
Data Fields
t_exchanger Struct Reference

#include <exchange.h>

Data Fields

t_exchangeexch_send
 pointer to t_exchange structure to store send information More...
 
t_exchangeexch_recv
 pointer to t_exchange structure to store receive information More...
 
t_kernelsvtable
 pointer to pack and unpack functions More...
 
backend_func_go go
 pointer to pack and unpack functions More...
 
t_waitvtable_wait
 pointer to wait functions More...
 
t_mapmap
 pointer to map object More...
 
t_mpi_exchangempi_exchange
 pointer to mpi_exchange struct More...
 

Field Documentation

◆ exch_recv

t_exchange* t_exchanger::exch_recv

pointer to t_exchange structure to store receive information

◆ exch_send

t_exchange* t_exchanger::exch_send

pointer to t_exchange structure to store send information

◆ go

backend_func_go t_exchanger::go

pointer to pack and unpack functions

◆ map

t_map* t_exchanger::map

pointer to map object

◆ mpi_exchange

t_mpi_exchange* t_exchanger::mpi_exchange

pointer to mpi_exchange struct

◆ vtable

t_kernels* t_exchanger::vtable

pointer to pack and unpack functions

◆ vtable_wait

t_wait* t_exchanger::vtable_wait

pointer to wait functions


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