XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
charge_f0.cpp File Reference
#include "grid.hpp"
#include "plasma.hpp"
#include "charge.hpp"
#include "velocity_grid.hpp"
#include "domain_decomposition.hpp"
Include dependency graph for charge_f0.cpp:

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_charge (const Grid< DeviceType > &grid, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, Plasma &plasma, View< double **, CLayout, HostType > &den_f0_h, bool is_electrons)
 
void calculate_f0_charges (const Grid< DeviceType > &grid, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, Plasma &plasma, Charges &charges, bool electron_on)
 

Function Documentation

void calculate_f0_charge ( const Grid< DeviceType > &  grid,
const VelocityGrid vgrid,
const DomainDecomposition< DeviceType > &  pol_decomp,
Plasma plasma,
View< double **, CLayout, HostType > &  den_f0_h,
bool  is_electrons 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void calculate_f0_charges ( const Grid< DeviceType > &  grid,
const VelocityGrid vgrid,
const DomainDecomposition< DeviceType > &  pol_decomp,
Plasma plasma,
Charges charges,
bool  electron_on 
)

Here is the call graph for this function:

Here is the caller graph for this function: