#include <propagation.h>
Struct containing the type of the metric and the expansion parameter of the metric.
These elements shall be used in the Expansion Mode, which is implemented in SMASH to compare with the analytical solution Bazow:2015dha [6] to the Boltzmann equation with a Hubble expansion.
Definition at line 26 of file propagation.h.
Public Member Functions | |
ExpansionProperties (ExpansionMode mode, double b) | |
Constructor of ExpansionProperties. More... | |
Public Attributes | |
ExpansionMode | mode_ |
Type of metric used. More... | |
double | b_ |
Expansion parameter in the metric (faster expansion for larger values) More... | |
|
inline |
Constructor of ExpansionProperties.
[in] | mode | Type of metric used in the Expansion Mode. |
[in] | b | Expansion parameter in the metric |
Definition at line 37 of file propagation.h.
ExpansionMode smash::ExpansionProperties::mode_ |
Type of metric used.
Definition at line 28 of file propagation.h.
double smash::ExpansionProperties::b_ |
Expansion parameter in the metric (faster expansion for larger values)
Definition at line 30 of file propagation.h.