XGCa
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 #include "solvers.hpp"
16 
17 void split_weight_algorithm(int ipc, int istep, bool diag_on, const Simulation<DeviceType> &sml, const Grid<DeviceType> &grid,
19  ElectricField<DeviceType> &electric_field, PerturbedBField<DeviceType> &perturbed_B_field,
20  Sheath<DeviceType> &sheath,
21  const Neutrals<DeviceType> &neutrals, const PushDiagnostic<DeviceType> &diag,
22  const HeatDiagnostics<DeviceType> &heat_diag, const Diag1D& diag_1d,
23  const DomainDecomposition<DeviceType> &pol_decomp,
24  Smoothing& smoothing,
25  const VelocityGrid& vgrid,
26  Charges& charges, const ParticleStream &particle_stream );
27 
28 #endif
Definition: diag_1d.hpp:10
Definition: magnetic_field.hpp:12
Definition: neutrals.hpp:15
Definition: particle_stream.hpp:6
Definition: perturbed_B_field.hpp:12
Definition: plasma.hpp:13
Definition: sheath.hpp:49
Definition: sml.hpp:9
Definition: solvers.hpp:15
Definition: magnetic_field.F90:1
subroutine plasma(grid, itr, p, dene_out, deni_out, Te_out, Ti_out, Vparai_out, ignore_vacuum)
Calculate the plasma density, temperature, and parallel velocity for a point in triangle itr using pl...
Definition: neutral_totalf.F90:1548
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, const Solvers &solvers, ElectricField< DeviceType > &electric_field, PerturbedBField< DeviceType > &perturbed_B_field, Sheath< DeviceType > &sheath, 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, Charges &charges, const ParticleStream &particle_stream)
Definition: split_weight_algorithm.cpp:53
Definition: charge.hpp:66
Definition: electric_field.hpp:76
Definition: smoothing.hpp:10
Definition: velocity_grid.hpp:8