XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
send_recv_flux_surfs.hpp
Go to the documentation of this file.
1 #ifndef SEND_RECV_FLUX_SURFS_HPP
2 #define SEND_RECV_FLUX_SURFS_HPP
3 
5 #include "grid.hpp"
6 
7 void send_recv_flux_surfaces(const DomainDecomposition<DeviceType>& pol_decomp, const Grid<DeviceType>& grid, const View<double*,CLayout,HostType>& data);
8 
9 #endif
void send_recv_flux_surfaces(const DomainDecomposition< DeviceType > &pol_decomp, const Grid< DeviceType > &grid, const View< double *, CLayout, HostType > &data)
Definition: send_recv_flux_surfs.cpp:84