Go to the source code of this file.
|
template<class T > |
void | poloidal_sum_in_place (const DomainDecomposition< DeviceType > &pol_decomp, T &f) |
|
template<class Device > |
void | poloidal_bcast (const DomainDecomposition< DeviceType > &pol_decomp, const View< double *, CLayout, Device > &full_view, int ROOT_RANK) |
|
template<class Device > |
void | poloidal_gather (const DomainDecomposition< DeviceType > &pol_decomp, const View< double *, CLayout, Device > &full_view) |
|
template<class Device > |
void | poloidal_gather (const DomainDecomposition< DeviceType > &pol_decomp, const View< double ***, CLayout, Device > &full_view) |
|