BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Functions | |
def | parse_cmd_line_args () |
def | get_profilers (column_names) |
def | get_profiler_data (profiler, dim, E, data) |
def | read_data (data_file) |
def | plot_action (axis, alpha_values, profilers_data) |
def | plot_timings (axis, alpha_values, profilers_data) |
def | plot_results (dim, E, alpha_values, profilers_data, output_file) |
Variables | |
data_file | |
output_file | |
dim | |
E | |
alpha_data | |
profilers_data | |
def plot_tabulate_results.get_profiler_data | ( | profiler, | |
dim, | |||
E, | |||
data | |||
) |
Definition at line 23 of file plot_tabulate_results.py.
Referenced by read_data().
def plot_tabulate_results.get_profilers | ( | column_names | ) |
Definition at line 14 of file plot_tabulate_results.py.
Referenced by read_data().
def plot_tabulate_results.parse_cmd_line_args | ( | ) |
Definition at line 5 of file plot_tabulate_results.py.
def plot_tabulate_results.plot_action | ( | axis, | |
alpha_values, | |||
profilers_data | |||
) |
Definition at line 61 of file plot_tabulate_results.py.
Referenced by plot_results().
def plot_tabulate_results.plot_results | ( | dim, | |
E, | |||
alpha_values, | |||
profilers_data, | |||
output_file | |||
) |
Definition at line 83 of file plot_tabulate_results.py.
References sm_plus_singlet_tn_plot.int, plot_action(), and plot_timings().
def plot_tabulate_results.plot_timings | ( | axis, | |
alpha_values, | |||
profilers_data | |||
) |
Definition at line 72 of file plot_tabulate_results.py.
Referenced by plot_results().
def plot_tabulate_results.read_data | ( | data_file | ) |
Definition at line 38 of file plot_tabulate_results.py.
References get_profiler_data(), and get_profilers().
plot_tabulate_results.alpha_data |
Definition at line 102 of file plot_tabulate_results.py.
Referenced by main().
plot_tabulate_results.data_file |
Definition at line 101 of file plot_tabulate_results.py.
plot_tabulate_results.dim |
Definition at line 102 of file plot_tabulate_results.py.
Referenced by BubbleProfiler.solve_perturbative(), and BubbleProfiler.solve_shooting().
plot_tabulate_results.E |
Definition at line 102 of file plot_tabulate_results.py.
plot_tabulate_results.output_file |
Definition at line 101 of file plot_tabulate_results.py.
Referenced by main().
plot_tabulate_results.profilers_data |
Definition at line 102 of file plot_tabulate_results.py.