The geometryXVx
folder contains all the code describing methods which are specific to a geometry with 1 spatial dimension and 1 velocity dimension. It is broken up into the following sub-folders:
- boltzmann : Solvers for a Boltzmann equation.
- geometry : All the dimension tags used for a simulation in the geometry.
- initialization : Initialization methods for the distribution function.
- poisson : Code describing the Quasi-Neutrality solver.
- rhs : Code describing the operators on the right hand side of the Boltzmann equation; namely sources, sinks and collisions.
- time_integration : Time integrators for a Boltzmann-Poisson system of equations.
- utils : Miscellaneous utility functions.