XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
split_weight_algorithm.hpp
Go to the documentation of this file.
1 #ifndef SPLIT_WEIGHT_ALGORITHM_HPP
2 #define SPLIT_WEIGHT_ALGORITHM_HPP
3 #include "sml.hpp"
4 #include "magnetic_field.hpp"
5 #include "grid.hpp"
6 #include "electric_field.hpp"
7 #include "plasma.hpp"
8 #include "perturbed_B_field.hpp"
9 #include "sort.hpp"
10 #include "push_diagnostic.hpp"
11 #include "sheath.hpp"
12 #include "neutrals.hpp"
13 #include "domain_decomposition.hpp"
14 #include "charge.hpp"
15 
16 void split_weight_algorithm(int ipc, int istep, bool diag_on, const Simulation<DeviceType> &sml, const Grid<DeviceType> &grid,
18  ElectricField<DeviceType> &electric_field, const PerturbedBField<DeviceType> &perturbed_B_field,
19  const Sheath<DeviceType> &sheath, SheathParticles<DeviceType> &sheath_particles,
20  const Neutrals<DeviceType> &neutrals, const PushDiagnostic<DeviceType> &diag,
21  const HeatDiagnostics<DeviceType> &heat_diag, const Diag1D& diag_1d,
22  const DomainDecomposition<DeviceType> &pol_decomp,
23  Smoothing& smoothing,
24  const VelocityGrid& vgrid,
25  Charge<DeviceType,GyroKin>& ion_charge, const ParticleStream &particle_stream );
26 
27 #endif
Definition: perturbed_B_field.hpp:11
Definition: velocity_grid.hpp:8
Definition: sml.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:1230
Definition: magnetic_field.hpp:12
Definition: electric_field.hpp:40
Definition: diag_1d.hpp:9
Definition: sheath.hpp:16
Definition: neutrals.hpp:6
Definition: smoothing.hpp:8
void split_weight_algorithm(int ipc, int istep, bool diag_on, const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, Plasma &plasma, ElectricField< DeviceType > &electric_field, const PerturbedBField< DeviceType > &perturbed_B_field, const Sheath< DeviceType > &sheath, SheathParticles< DeviceType > &sheath_particles, const Neutrals< DeviceType > &neutrals, const PushDiagnostic< DeviceType > &diag, const HeatDiagnostics< DeviceType > &heat_diag, const Diag1D &diag_1d, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing, const VelocityGrid &vgrid, Charge< DeviceType, GyroKin > &ion_charge, const ParticleStream &particle_stream)
Definition: split_weight_algorithm.cpp:55
Definition: magnetic_field.F90:1
Definition: plasma.hpp:14
Definition: particle_stream.hpp:6
Definition: sheath.hpp:42
Definition: charge.hpp:14