XGCa
 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 
6 // data is size grid.nnode
7 void send_recv_flux_surfs(DomainDecomposition<DeviceType>& pol_decomp, const View<double*,CLayout,HostType>& data);
8 
9 #endif
void send_recv_flux_surfs(DomainDecomposition< DeviceType > &pol_decomp, const View< double *, CLayout, HostType > &data)
Definition: send_recv_flux_surfs.cpp:12