Go to the source code of this file.
|
void | subcycle_collisions (const CollisionGrid< DeviceType > &col_grid, const CollisionSpecies< DeviceType > &col_spall, double dt, const View< int *, CLayout, HostType > &n_subcycles_local, VertexList &assigned, const View< int *, CLayout, HostType > &converged_local, const VGridDistribution< HostType > &df0g_tmp, const 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, const CollisionGrid< DeviceType > &col_grid, double dt, bool symmetric_f, const VGridDistribution< DeviceType > &f0_f, const VGridDistribution< DeviceType > &f0_df0g, const View< double *, CLayout, HostType > &node_cost, int gstep, DiagF0DF &diag_f0_df) |
|
◆ collisions()
void collisions |
( |
const Grid< DeviceType > & |
grid, |
|
|
const DomainDecomposition< DeviceType > & |
pol_decomp, |
|
|
const VelocityGrid & |
vgrid, |
|
|
Plasma & |
plasma, |
|
|
const Moments & |
moments, |
|
|
const CollisionGrid< DeviceType > & |
col_grid, |
|
|
double |
dt, |
|
|
bool |
symmetric_f, |
|
|
const VGridDistribution< DeviceType > & |
f0_f, |
|
|
const VGridDistribution< DeviceType > & |
f0_df0g, |
|
|
const View< double *, CLayout, HostType > & |
node_cost, |
|
|
int |
gstep, |
|
|
DiagF0DF & |
diag_f0_df |
|
) |
| |
◆ subcycle_collisions()
void subcycle_collisions |
( |
const CollisionGrid< DeviceType > & |
col_grid, |
|
|
const CollisionSpecies< DeviceType > & |
col_spall, |
|
|
double |
dt, |
|
|
const View< int *, CLayout, HostType > & |
n_subcycles_local, |
|
|
VertexList & |
assigned, |
|
|
const View< int *, CLayout, HostType > & |
converged_local, |
|
|
const VGridDistribution< HostType > & |
df0g_tmp, |
|
|
const View< double *, CLayout, HostType > & |
node_cost |
|
) |
| |