12#include <boost/numeric/odeint.hpp>
24using namespace boost::numeric::odeint;
25typedef std::vector<double> state_type;
36 [[deprecated(
"Will call top_source with GetSMConstants(). Please use the "
38 "to ensure consistent SM constants through all "
49 void operator()(
const state_type &omega, state_type &domega,
const double z);
59 double Calc_nL(
double z_start,
double z_end)
const;
The gen_fluid class Class instance overhead for all transport classes. Including all common functions...
Definition gen_func_fluid.h:313
The top_source class Class instance for the transport equation system and numerical calculation of th...
Definition top_source.h:33
double Calc_nL(double z_start, double z_end) const
Calc_nL Calculates the sum of all left-handed fermions in front of the bubble wall contributing to th...
Definition top_source.cpp:29
void operator()(const state_type &omega, state_type &domega, const double z)
operator () Needed for the numerical solution via boost.
Definition top_source.cpp:63
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24
The ISMConstants struct containing all necessary SM constants.
Definition SMparam.h:24