Go to the source code of this file.
|
void | collisions (const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, const VelocityGrid &vgrid, Plasma &plasma, const Moments &moments, CollisionGrid< DeviceType > &col_grid, double dt, bool exclude_private_region, bool symmetric_f, const VGridDistribution< HostType > &f0_f, VGridDistribution< HostType > &f0_df0g, View< double *, CLayout, HostType > &node_cost) |
|
void collisions |
( |
const Grid< DeviceType > & |
grid, |
|
|
const DomainDecomposition< DeviceType > & |
pol_decomp, |
|
|
const VelocityGrid & |
vgrid, |
|
|
Plasma & |
plasma, |
|
|
const Moments & |
moments, |
|
|
CollisionGrid< DeviceType > & |
col_grid, |
|
|
double |
dt, |
|
|
bool |
exclude_private_region, |
|
|
bool |
symmetric_f, |
|
|
const VGridDistribution< HostType > & |
f0_f, |
|
|
VGridDistribution< HostType > & |
f0_df0g, |
|
|
View< double *, CLayout, HostType > & |
node_cost |
|
) |
| |