XGC1
|
#include "grid.hpp"
#include "plasma.hpp"
#include "charge.hpp"
#include "velocity_grid.hpp"
#include "domain_decomposition.hpp"
Go to the source code of this file.
Functions | |
void | calculate_f0_charge_den (const Grid< DeviceType > &grid, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, const Species< DeviceType > &species, View< double **, CLayout, DeviceType > &den) |
void | calculate_f0_charges (const Grid< DeviceType > &grid, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, Plasma &plasma, Charges &charges) |
void calculate_f0_charge_den | ( | const Grid< DeviceType > & | grid, |
const VelocityGrid & | vgrid, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
const Species< DeviceType > & | species, | ||
View< double **, CLayout, DeviceType > & | den | ||
) |
void calculate_f0_charges | ( | const Grid< DeviceType > & | grid, |
const VelocityGrid & | vgrid, | ||
const DomainDecomposition< DeviceType > & | pol_decomp, | ||
Plasma & | plasma, | ||
Charges & | charges | ||
) |