BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
Loading...
Searching...
No Matches
gen_calc.h File Reference
#include <BSMPT/baryo_calculation/transport_equations.h>
#include <BSMPT/models/IncludeAllModels.h>
#include <boost/numeric/odeint.hpp>
#include <iostream>
#include <boost/any.hpp>

Go to the source code of this file.

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.
 

Function Documentation

◆ set_up_nL_grid()

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.

Parameters
n_stepNumber of grid points used for the cubic spline grid.
containerContainer with all needed parameters.
classpointerClass reference to the transport equation class (top,bot,tau)
Returns
The pair with (z , nL(z) )