#include <interspeciescollisions.h>

Public Member Functions | |
| interspecies_f00_explicit_collisions (const DistFunc1D &DF1, const DistFunc1D &DF2, const double &deltat) | |
| Constructors/Destructors. More... | |
| void | rkloop (SHarmonic1D &SH1, const SHarmonic1D &SH2) |
Private Attributes | |
| interspecies_f00_RKfunctor | rkf00 |
| valarray< double > | fin1 |
| valarray< double > | fin2 |
| Algorithms::RK4< valarray< double > > | RK4 |
| 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 101 of file interspeciescollisions.h.