#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.
|
namespace | BSMPT |
| This classes calculates the Bounce action of the potential with a set temperature.
|
|
|
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.
|
|
◆ 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_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) |
- Returns
- The pair with (z , nL(z) )