1 #ifndef EM_SOLVE_ALGORITHM_HPP
2 #define EM_SOLVE_ALGORITHM_HPP
4 #include <Kokkos_Core.hpp>
Definition: charge.hpp:66
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: smoothing.hpp:8
Definition: magnetic_field.F90:1
Definition: plasma.hpp:13
void em_solve_algorithm(int istep, int ipc, Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, ElectricField< DeviceType > &electric_field, Charges &charges, Plasma &plasma, const VelocityGrid &vgrid, const DomainDecomposition< DeviceType > &pol_decomp, Smoothing &smoothing, bool save_rhs)
Definition: em_solve_algorithm.cpp:89