BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
include
action.hpp
Go to the documentation of this file.
1
/*
2
* This file is part of BubbleProfiler.
3
*
4
* BubbleProfiler is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* BubbleProfiler is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with BubbleProfiler. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
18
#ifndef BUBBLEPROFILER_ACTION_HPP_INCLUDED
19
#define BUBBLEPROFILER_ACTION_HPP_INCLUDED
20
33
namespace
BubbleProfiler
{
34
35
struct
Shooting_settings
{
36
int
shoot_bisect_bits
{5};
37
double
action_arrived_rel
{1.e-3};
38
double
shoot_ode_abs
{1.e-4};
39
double
shoot_ode_rel
{1.e-4};
40
double
action_ode_abs
{1.e-6};
41
double
action_ode_rel
{1.e-6};
42
double
drho_frac
{1.e-3};
43
double
evolve_change_rel
{1.e-2};
44
double
bisect_lambda_max
{5};
45
int
iter_max
{100000};
46
double
periods_max
{1.e2};
47
double
f_y_max
{1.e6};
48
double
f_y_min
{1.e-3};
49
double
y_max
{1.e1};
50
};
51
52
}
// namespace BubbleProfiler
53
54
extern
"C"
double
action
(
const
double
E
,
55
const
double
alpha
,
56
const
int
dim
= 3,
57
BubbleProfiler::Shooting_settings
settings
58
=
BubbleProfiler::Shooting_settings
());
59
60
#endif // ACTION_HPP_
BubbleProfiler::Shooting_settings::periods_max
double periods_max
Definition:
action.hpp:46
BubbleProfiler::Shooting_settings::action_arrived_rel
double action_arrived_rel
Definition:
action.hpp:37
pyshooting.E
int E
Definition:
pyshooting.py:80
BubbleProfiler::Shooting_settings::y_max
double y_max
Definition:
action.hpp:49
BubbleProfiler::Shooting_settings::bisect_lambda_max
double bisect_lambda_max
Definition:
action.hpp:44
BubbleProfiler::Shooting_settings::f_y_min
double f_y_min
Definition:
action.hpp:48
BubbleProfiler::Shooting_settings::drho_frac
double drho_frac
Definition:
action.hpp:42
BubbleProfiler::Shooting_settings::action_ode_rel
double action_ode_rel
Definition:
action.hpp:41
BubbleProfiler::Shooting_settings::shoot_bisect_bits
int shoot_bisect_bits
Definition:
action.hpp:36
BubbleProfiler::Shooting_settings
Definition:
action.hpp:35
action
double action(const double E, const double alpha, const int dim=3, BubbleProfiler::Shooting_settings settings=BubbleProfiler::Shooting_settings())
Definition:
action.cpp:35
BubbleProfiler::Shooting_settings::evolve_change_rel
double evolve_change_rel
Definition:
action.hpp:43
BubbleProfiler::Shooting_settings::shoot_ode_rel
double shoot_ode_rel
Definition:
action.hpp:39
plot_tabulate_results.dim
dim
Definition:
plot_tabulate_results.py:102
gaussian_alpha_tests.alpha
alpha
Definition:
gaussian_alpha_tests.py:24
BubbleProfiler::Shooting_settings::shoot_ode_abs
double shoot_ode_abs
Definition:
action.hpp:38
BubbleProfiler::Shooting_settings::action_ode_abs
double action_ode_abs
Definition:
action.hpp:40
BubbleProfiler::Shooting_settings::iter_max
int iter_max
Definition:
action.hpp:45
BubbleProfiler
Definition:
action.hpp:33
BubbleProfiler::Shooting_settings::f_y_max
double f_y_max
Definition:
action.hpp:47
Generated on Wed Jan 2 2019 13:08:19 for BubbleProfiler by
1.8.11