XGCa
diagnosis.hpp
Go to the documentation of this file.
1 #ifndef DIAGNOSIS_HPP
2 #define DIAGNOSIS_HPP
3 
5 #include "charge.hpp"
6 #include "diagnostics.hpp"
7 
8 void diagnosis(int istep,int ipc, const DomainDecomposition<DeviceType>& pol_decomp, const Grid<DeviceType> &grid,
10  const Simulation<DeviceType> &sml, const VelocityGrid& vgrid, Plasma& plasma, const Charges& charges,
11  const Sheath<DeviceType>& sheath, PerturbedBField<DeviceType>& perturbed_B_field, Diagnostics& diagnostics);
12 
13 #endif
Definition: magnetic_field.hpp:12
Definition: perturbed_B_field.hpp:12
Definition: plasma.hpp:13
Definition: sheath.hpp:49
Definition: sml.hpp:9
void diagnosis(int istep, int ipc, const DomainDecomposition< DeviceType > &pol_decomp, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, const Simulation< DeviceType > &sml, const VelocityGrid &vgrid, Plasma &plasma, const Charges &charges, const Sheath< DeviceType > &sheath, PerturbedBField< DeviceType > &perturbed_B_field, Diagnostics &diagnostics)
Definition: diagnosis.cpp:10
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
Definition: charge.hpp:66
Definition: diagnostics.hpp:20
Definition: electric_field.hpp:76
Definition: velocity_grid.hpp:8