BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Public Attributes | List of all members
BubbleProfiler::Shooting_settings Struct Reference

#include <action.hpp>

Public Attributes

int shoot_bisect_bits {5}
 
double action_arrived_rel {1.e-3}
 
double shoot_ode_abs {1.e-4}
 
double shoot_ode_rel {1.e-4}
 
double action_ode_abs {1.e-6}
 
double action_ode_rel {1.e-6}
 
double drho_frac {1.e-3}
 
double evolve_change_rel {1.e-2}
 
double bisect_lambda_max {5}
 
int iter_max {100000}
 
double periods_max {1.e2}
 
double f_y_max {1.e6}
 
double f_y_min {1.e-3}
 
double y_max {1.e1}
 

Detailed Description

Definition at line 35 of file action.hpp.

Member Data Documentation

double BubbleProfiler::Shooting_settings::action_arrived_rel {1.e-3}

Definition at line 37 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::action_ode_abs {1.e-6}

Definition at line 40 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::action_ode_rel {1.e-6}

Definition at line 41 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::bisect_lambda_max {5}

Definition at line 44 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::drho_frac {1.e-3}

Definition at line 42 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::evolve_change_rel {1.e-2}

Definition at line 43 of file action.hpp.

double BubbleProfiler::Shooting_settings::f_y_max {1.e6}

Definition at line 47 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::f_y_min {1.e-3}

Definition at line 48 of file action.hpp.

Referenced by action().

int BubbleProfiler::Shooting_settings::iter_max {100000}

Definition at line 45 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::periods_max {1.e2}

Definition at line 46 of file action.hpp.

Referenced by action().

int BubbleProfiler::Shooting_settings::shoot_bisect_bits {5}

Definition at line 36 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::shoot_ode_abs {1.e-4}

Definition at line 38 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::shoot_ode_rel {1.e-4}

Definition at line 39 of file action.hpp.

Referenced by action().

double BubbleProfiler::Shooting_settings::y_max {1.e1}

Definition at line 49 of file action.hpp.

Referenced by action().


The documentation for this struct was generated from the following file: