![]() |
Sapphire++
v1.3.0-121-g2682132 |
Scattering frequency. More...
#include <config.h>
Public Member Functions | |
| ScatteringFrequency (const PhysicalParameters &physical_parameters) | |
| Constructor. | |
| void | value_list (const std::vector< dealii::Point< dim > > &points, std::vector< double > &scattering_frequencies, const unsigned int component=0) const override |
| Evaluate the scattering frequency. | |
Scattering frequency.
| dim | Dimension of the reduced phase space \( (\mathbf{x}, p) \) |
|
inline |
Constructor.
| physical_parameters | User defined runtime parameters |
|
inlineoverride |
Evaluate the scattering frequency.
Return a vector of values corresponding to the scattering frequency \( \nu(\mathbf{x}, p) \) at all points in reduced phase space. points is a vector of points in reduced phase space:
| points | List of points in reduced phase space |
| scattering_frequencies | List of scattering frequencies |
| component | Unused parameter |
[Scattering frequency]
[Scattering frequency]