#include <collisions.h>

Public Member Functions | |
| self_f00_implicit_collisions (const DistFunc1D &DFin, const double &deltat) | |
| Constructors/Destructors. More... | |
| void | loop (SHarmonic1D &SHin, valarray< double > &Zarray, const double time, SHarmonic1D &SHout) |
Private Attributes | |
| valarray< double > | fin |
| valarray< double > | fout |
| valarray< double > | xgrid |
| bool | ib |
| self_f00_implicit_step | collide |
| bool | IB_heating |
| Switches for inverse bremsstrahlung and maxwellian cooling. More... | |
| bool | MX_cooling |
| valarray< double > | heatingprofile |
| valarray< double > | coolingprofile |
| int | Nbc |
| Number of boundary cells in each direction. More... | |
| int | szx |
| Total cells including boundary cells in x-direction. More... | |
Definition at line 77 of file collisions.h.