XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cce_fcoupling_resample.hpp
Go to the documentation of this file.
1 #ifndef CCE_FCOUPLING_RESAMPLE_HPP
2 #define CCE_FCOUPLING_RESAMPLE_HPP
3 
4 void cce_fcoupling_resample(const VelocityGrid& vgrid, Plasma& plasma, int istep);
5 
6 #endif
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:1238
void cce_fcoupling_resample(const VelocityGrid &vgrid, Plasma &plasma, int istep)
Definition: cce_fcoupling_resample.cpp:32
Definition: plasma.hpp:14