#include <collisions.h>

Public Member Functions | |
| self_f00_explicit_collisions (const DistFunc1D &DFin, const double &deltat) | |
| Constructors/Destructors. More... | |
| void | loop (SHarmonic1D &SHin, SHarmonic1D &SHout) |
Private Attributes | |
| valarray< double > | fin |
| Algorithms::RK4< valarray< double > > | RK |
| self_f00_RKfunctor | rkf00 |
| size_t | num_h |
| double | h |
| int | Nbc |
| Number of boundary cells in each direction. More... | |
| int | szx |
| Total cells including boundary cells in x-direction. More... | |
Definition at line 190 of file collisions.h.