|
BSMPT 3.1.4
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
|
#include <BSMPT/baryo_calculation/Fluid_Type/bot_source.h>#include <BSMPT/baryo_calculation/Fluid_Type/gen_calc.h>#include <BSMPT/baryo_calculation/Fluid_Type/gen_func_fluid.h>#include <BSMPT/baryo_calculation/Fluid_Type/tau_source.h>#include <BSMPT/baryo_calculation/Fluid_Type/top_source.h>Namespaces | |
| namespace | BSMPT |
| This classes calculates the Bounce action of the potential with a set temperature. | |
Functions | |
| std::pair< std::vector< double >, std::vector< double > > | BSMPT::Baryo::set_up_nL_grid (std::size_t n_step, GSL_integration_mubl &container, boost::any const &classpointer) |
| set_up_nL_grid Calculation of the grid points needed for the cubic spline. | |
| std::pair< std::vector< double >, std::vector< double > > BSMPT::Baryo::set_up_nL_grid | ( | std::size_t | n_step, |
| GSL_integration_mubl & | container, | ||
| boost::any const & | classpointer | ||
| ) |
set_up_nL_grid Calculation of the grid points needed for the cubic spline.
| n_step | Number of grid points used for the cubic spline grid. |
| container | Container with all needed parameters. |
| classpointer | Class reference to the transport equation class (top,bot,tau) |