![]() |
AlmaBTE
1.3
A solver of the space- and time-dependent Boltzmann transport equation for phonons
|
Code used to describe deviational particles. More...
#include <algorithm>
#include <Eigen/Dense>
Go to the source code of this file.
Classes | |
class | alma::D_particle |
Each object of this class represents a deviational particle in the simulation. More... | |
Enumerations | |
enum | alma::particle_sign { minus = -1, plus = 1 } |
Simple enum representing a sign. | |
Functions | |
template<typename T > | |
particle_sign | alma::get_particle_sign (const T &value) |
Convenience function for obtaining a particle_sign. More... | |
Code used to describe deviational particles.
|
inline |
Convenience function for obtaining a particle_sign.
[in] | value | - anything that can be compared to 0 |