1 #ifndef UPDATE_PTL_WEIGHTS_HPP
2 #define UPDATE_PTL_WEIGHTS_HPP
WtUpdateOption
Definition: update_ptl_weights.hpp:14
Definition: velocity_grid.hpp:8
subroutine plasma(grid, itr, p, dene_out, deni_out, Te_out, Ti_out, Vparai_out)
Calculate the plasma density, temperature, and parallel velocity for a point in triangle itr using pl...
Definition: neutral_totalf.F90:1224
Definition: magnetic_field.hpp:12
Definition: electric_field.hpp:42
Definition: update_ptl_weights.hpp:14
Definition: update_ptl_weights.hpp:14
void all_species_update_ptl_weights(const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, Plasma &plasma, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, const WtUpdateOption wt_update_opt)
Definition: update_ptl_weights.cpp:85
Definition: magnetic_field.F90:1
Definition: plasma.hpp:13
Definition: species.hpp:75
void update_ptl_weights(const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, Species< DeviceType > &species, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, const WtUpdateOption wt_update_opt)
Definition: update_ptl_weights.cpp:53