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

Public Attributes

int dim {4}
 
double E {1.}
 
double min_alpha {0.51}
 
double max_alpha {0.74}
 
double alpha_step {0.01}
 
bool use_shooting {true}
 
bool use_perturbative {false}
 
bool verbose {false}
 

Detailed Description

Examples:
tabulate.cpp.

Definition at line 59 of file tabulate.cpp.

Member Data Documentation

double BubbleProfiler::Tabulate_options::alpha_step {0.01}
Examples:
tabulate.cpp.

Definition at line 64 of file tabulate.cpp.

Referenced by main(), and BubbleProfiler::parse_positional_args().

int BubbleProfiler::Tabulate_options::dim {4}
Examples:
tabulate.cpp.

Definition at line 60 of file tabulate.cpp.

Referenced by main(), and BubbleProfiler::parse_positional_args().

double BubbleProfiler::Tabulate_options::E {1.}
Examples:
tabulate.cpp.

Definition at line 61 of file tabulate.cpp.

Referenced by main().

double BubbleProfiler::Tabulate_options::max_alpha {0.74}
Examples:
tabulate.cpp.

Definition at line 63 of file tabulate.cpp.

Referenced by main(), and BubbleProfiler::parse_positional_args().

double BubbleProfiler::Tabulate_options::min_alpha {0.51}
Examples:
tabulate.cpp.

Definition at line 62 of file tabulate.cpp.

Referenced by main(), and BubbleProfiler::parse_positional_args().

bool BubbleProfiler::Tabulate_options::use_perturbative {false}
Examples:
tabulate.cpp.

Definition at line 66 of file tabulate.cpp.

Referenced by main(), and BubbleProfiler::parse_positional_args().

bool BubbleProfiler::Tabulate_options::use_shooting {true}
Examples:
tabulate.cpp.

Definition at line 65 of file tabulate.cpp.

Referenced by main(), and BubbleProfiler::parse_positional_args().

bool BubbleProfiler::Tabulate_options::verbose {false}
Examples:
tabulate.cpp.

Definition at line 67 of file tabulate.cpp.

Referenced by main(), and BubbleProfiler::parse_positional_args().


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