#include <collisions.h>

Public Member Functions | |
| self_flm_implicit_collisions (const DistFunc1D &DFin, const double &deltat) | |
| Constructors/Destructors. More... | |
| void | advancef1 (DistFunc1D &DF, valarray< double > &Zarray, DistFunc1D &DFh) |
| Advance f1_loop for 2D code. More... | |
| void | advanceflm (DistFunc1D &DF, valarray< double > &Zarray, DistFunc1D &DFh) |
| Advance flm_loop for 2D code. More... | |
Private Attributes | |
| double | Dt |
| int | Nbc |
| Number of boundary cells in each direction. More... | |
| int | szx |
| Total cells including boundary cells in x-direction. More... | |
| int | f1_m_upperlimit |
| size_t | l0 |
| Number of m harmonics. More... | |
| size_t | m0 |
| Number of m harmonics. More... | |
| valarray< complex< double > > | fc |
| Dummy array. More... | |
| valarray< double > | f00 |
| Array for isotropic component distribution function. Needed for calculating coefficients. More... | |
| self_flm_implicit_step | implicit_step |
| The object that is responsible for performing the algebra required for the integrals. More... | |
Definition at line 292 of file collisions.h.