XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
solve_ampere.hpp
Go to the documentation of this file.
1 #ifndef SOLVE_AMPERE_HPP
2 #define SOLVE_AMPERE_HPP
3 
4 #include "electric_field.hpp"
5 #include "perturbed_B_field.hpp"
6 #include "plasma.hpp"
7 #include "charge.hpp"
8 
9 void solve_ampere(const Simulation<DeviceType>& sml, const MagneticField<DeviceType>& magnetic_field, const Grid<DeviceType>& grid, const DomainDecomposition<DeviceType>& pol_decomp, Plasma& plasma, const Charges& charges, Smoothing& smoothing, int ipc, bool is_cv_solve, ElectricField<DeviceType> &electric_field, bool save_rhs);
10 
11 #endif
Definition: charge.hpp:81
subroutine solve_ampere(xgc_rhs, xgc_rhs2, Ah)
Definition: poisson.F90:3056
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:1224
Definition: magnetic_field.hpp:12
Definition: electric_field.hpp:40
Definition: smoothing.hpp:8
Definition: magnetic_field.F90:1
Definition: plasma.hpp:14