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
Go to the documentation of this file.
1
// Copyright (C) 2020 Philipp Basler, Margarete Mühlleitner and Jonas Müller
2
// SPDX-FileCopyrightText: 2021 Philipp Basler, Margarete Mühlleitner and Jonas Müller
3
//
4
// SPDX-License-Identifier: GPL-3.0-or-later
5
6
#ifndef GEN_CALC_H
7
#define GEN_CALC_H
8
13
#include <
BSMPT/baryo_calculation/transport_equations.h
>
14
#include <
BSMPT/models/IncludeAllModels.h
>
15
#include <boost/numeric/odeint.hpp>
16
#include <iostream>
17
18
#include <boost/any.hpp>
19
20
namespace
BSMPT
21
{
22
namespace
Baryo
23
{
33
std::pair<std::vector<double>, std::vector<double>>
34
set_up_nL_grid
(std::size_t n_step,
35
GSL_integration_mubl &container,
36
boost::any
const
&classpointer);
37
38
}
// namespace Baryo
39
}
// namespace BSMPT
40
41
#endif
IncludeAllModels.h
BSMPT::Baryo::set_up_nL_grid
std::pair< std::vector< double >, std::vector< double > > 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.
Definition
gen_calc.cpp:22
BSMPT
This classes calculates the Bounce action of the potential with a set temperature.
Definition
CalculateEtaInterface.h:24
transport_equations.h
include
BSMPT
baryo_calculation
Fluid_Type
gen_calc.h
Generated by
1.9.8