rk_comparison
Contents:
rk_comparison
rk_comparison
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
A
add_results() (rk_comparison.core.saving_module.save_data.SaveData method)
add_space() (rk_comparison.core.saving_module.save_data.SaveData method)
add_statistics() (rk_comparison.core.saving_module.save_data.SaveData method)
add_statistics_descriptions() (rk_comparison.core.saving_module.save_data.SaveData method)
apply_clicked() (rk_comparison.interface.ui.inputwindow.InputWindow method)
B
build_truth_table() (rk_comparison.interface.ui.inputwindow.InputWindow method)
C
calculate() (rk_comparison.core.controller.controller.Controller method)
calculate_analytical() (rk_comparison.core.controller.controller.Controller method)
calculate_clicked() (rk_comparison.interface.ui.mainwindow.MainWindow method)
cancel_clicked() (rk_comparison.interface.ui.inputwindow.InputWindow method)
(rk_comparison.interface.ui.plottingwindow.PlottingWindow method)
change_type() (rk_comparison.interface.ui.inputwindow.InputWindow method)
check_delta() (rk_comparison.core.exceptions.checks.Checks method)
check_truth_table() (rk_comparison.core.exceptions.checks.Checks method)
Checks (class in rk_comparison.core.exceptions.checks)
clean_data() (rk_comparison.core.data.comparison_data.ComparisonData method)
compare() (rk_comparison.core.controller.controller.Controller method)
ComparisonData (class in rk_comparison.core.data.comparison_data)
Controller (class in rk_comparison.core.controller.controller)
D
DeltaIsNegative
DeltaIsZero
E
equation() (rk_comparison.core.analytical_module.nuclear_decay.NuclearDecay method)
equation_analytical() (rk_comparison.core.analytical_module.nuclear_decay.NuclearDecay method)
ErrorWindow (class in rk_comparison.interface.ui.errorwindow)
exit_clicked() (rk_comparison.interface.ui.mainwindow.MainWindow method)
F
FehlbergRungeKutta (class in rk_comparison.core.analytical_module.fehlbergrungekutta)
fehlbergrungekutta5() (rk_comparison.core.analytical_module.fehlbergrungekutta.FehlbergRungeKutta method)
fehlbergrungekutta6() (rk_comparison.core.analytical_module.fehlbergrungekutta.FehlbergRungeKutta method)
fehlbergrungekutta7() (rk_comparison.core.analytical_module.fehlbergrungekutta.FehlbergRungeKutta method)
fehlbergrungekutta8() (rk_comparison.core.analytical_module.fehlbergrungekutta.FehlbergRungeKutta method)
G
get_compareFRK5() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareFRK6() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareFRK7() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareFRK8() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareRK1() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareRK2() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareRK3() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareRK4() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareRK5() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_compareRK6() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_dt() (rk_comparison.core.data.input_data.InputData method)
get_intervals() (rk_comparison.core.data.input_data.InputData method)
get_max_values() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_mean_values() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_message() (rk_comparison.core.exceptions.exceptions.DeltaIsNegative method)
(rk_comparison.core.exceptions.exceptions.DeltaIsZero method)
(rk_comparison.core.exceptions.exceptions.MinHigherThanMax method)
(rk_comparison.core.exceptions.exceptions.NoMethodChosen method)
(rk_comparison.core.exceptions.exceptions.StrToFloatError method)
(rk_comparison.core.exceptions.exceptions.TooLargeDelta method)
get_min_values() (rk_comparison.core.data.comparison_data.ComparisonData method)
get_nuclei() (rk_comparison.core.analytical_module.nuclear_decay.NuclearDecay method)
get_result_analytical() (rk_comparison.core.data.output_data.OutputData method)
get_resultFRK5() (rk_comparison.core.data.output_data.OutputData method)
get_resultFRK6() (rk_comparison.core.data.output_data.OutputData method)
get_resultFRK7() (rk_comparison.core.data.output_data.OutputData method)
get_resultFRK8() (rk_comparison.core.data.output_data.OutputData method)
get_resultRK1() (rk_comparison.core.data.output_data.OutputData method)
get_resultRK2() (rk_comparison.core.data.output_data.OutputData method)
get_resultRK3() (rk_comparison.core.data.output_data.OutputData method)
get_resultRK4() (rk_comparison.core.data.output_data.OutputData method)
get_resultRK5() (rk_comparison.core.data.output_data.OutputData method)
get_resultRK6() (rk_comparison.core.data.output_data.OutputData method)
get_t_max() (rk_comparison.core.data.input_data.InputData method)
get_t_min() (rk_comparison.core.data.input_data.InputData method)
get_tau() (rk_comparison.core.analytical_module.nuclear_decay.NuclearDecay method)
get_time() (rk_comparison.core.data.output_data.OutputData method)
get_truth_table() (rk_comparison.core.data.input_data.InputData method)
get_truth_table_values() (rk_comparison.interface.ui.inputwindow.InputWindow method)
I
initialize() (rk_comparison.core.controller.controller.Controller method)
initialize_controller() (rk_comparison.interface.ui.plottingwindow.PlottingWindow method)
initialize_data() (rk_comparison.interface.ui.inputwindow.InputWindow method)
input_clicked() (rk_comparison.interface.ui.mainwindow.MainWindow method)
InputData (class in rk_comparison.core.data.input_data)
InputWindow (class in rk_comparison.interface.ui.inputwindow)
M
main
module
main() (in module main)
MainWindow (class in rk_comparison.interface.ui.mainwindow)
max_clicked() (rk_comparison.interface.ui.plottingwindow.PlottingWindow method)
mean() (rk_comparison.core.analytical_module.statistics.Statistics method)
mean_clicked() (rk_comparison.interface.ui.plottingwindow.PlottingWindow method)
min_clicked() (rk_comparison.interface.ui.plottingwindow.PlottingWindow method)
min_max_check() (rk_comparison.core.exceptions.checks.Checks method)
min_max_value() (rk_comparison.core.analytical_module.statistics.Statistics method)
MinHigherThanMax
module
main
rk_comparison
rk_comparison.core
rk_comparison.core.analytical_module
rk_comparison.core.analytical_module.fehlbergrungekutta
rk_comparison.core.analytical_module.nuclear_decay
rk_comparison.core.analytical_module.rungekutta
rk_comparison.core.analytical_module.statistics
rk_comparison.core.controller
rk_comparison.core.controller.controller
rk_comparison.core.data
rk_comparison.core.data.comparison_data
rk_comparison.core.data.input_data
rk_comparison.core.data.output_data
rk_comparison.core.exceptions
rk_comparison.core.exceptions.checks
rk_comparison.core.exceptions.exceptions
rk_comparison.core.plotting_module
rk_comparison.core.plotting_module.plot
rk_comparison.core.plotting_module.plot_data
rk_comparison.core.saving_module
rk_comparison.core.saving_module.save_data
rk_comparison.interface
rk_comparison.interface.design
rk_comparison.interface.design.ui_errorwindow
rk_comparison.interface.design.ui_inputwindow
rk_comparison.interface.design.ui_mainwindow
rk_comparison.interface.design.ui_plottingwindow
rk_comparison.interface.ui
rk_comparison.interface.ui.errorwindow
rk_comparison.interface.ui.inputwindow
rk_comparison.interface.ui.mainwindow
rk_comparison.interface.ui.plottingwindow
tests
tests.core
tests.core.analytical_module
tests.core.analytical_module.test_fehlbergrungekutta
tests.core.analytical_module.test_nuclear_decay
tests.core.analytical_module.test_rungekutta
tests.core.analytical_module.test_statistics
tests.core.controller
tests.core.controller.test_controller
tests.core.data
tests.core.data.test_comparison_data
tests.core.data.test_input_data
tests.core.data.test_output_data
tests.core.exceptions
tests.core.exceptions.test_checks
tests.core.exceptions.test_exceptions
tests.core.plotting_module
tests.core.plotting_module.test_plot
tests.core.plotting_module.test_plot_data
tests.core.saving_module
tests.core.saving_module.test_save_data
tests.interface
tests.interface.ui
tests.interface.ui.test_errorwindow
tests.interface.ui.test_inputwindow
tests.interface.ui.test_mainwindow
tests.interface.ui.test_plottingwindow
N
NoMethodChosen
NuclearDecay (class in rk_comparison.core.analytical_module.nuclear_decay)
O
ok_clicked() (rk_comparison.interface.ui.errorwindow.ErrorWindow method)
OutputData (class in rk_comparison.core.data.output_data)
P
Plot (class in rk_comparison.core.plotting_module.plot)
plot() (rk_comparison.core.plotting_module.plot.Plot method)
(rk_comparison.core.plotting_module.plot_data.PlotData method)
plot_bar() (rk_comparison.core.plotting_module.plot.Plot method)
plot_comparison_clicked() (rk_comparison.interface.ui.plottingwindow.PlottingWindow method)
plot_results_clicked() (rk_comparison.interface.ui.plottingwindow.PlottingWindow method)
PlotData (class in rk_comparison.core.plotting_module.plot_data)
PlottingWindow (class in rk_comparison.interface.ui.plottingwindow)
prepare_data() (rk_comparison.core.saving_module.save_data.SaveData method)
prepare_plot_bar_max() (rk_comparison.core.plotting_module.plot_data.PlotData method)
prepare_plot_bar_mean() (rk_comparison.core.plotting_module.plot_data.PlotData method)
prepare_plot_bar_min() (rk_comparison.core.plotting_module.plot_data.PlotData method)
R
raise_error() (rk_comparison.interface.ui.inputwindow.InputWindow method)
retranslateUi() (rk_comparison.interface.design.ui_errorwindow.Ui_ErrorWindow method)
(rk_comparison.interface.design.ui_inputwindow.Ui_InputWindow method)
(rk_comparison.interface.design.ui_mainwindow.Ui_MainWindow method)
(rk_comparison.interface.design.ui_plottingwindow.Ui_PlottingWindow method)
rk_comparison
module
rk_comparison.core
module
rk_comparison.core.analytical_module
module
rk_comparison.core.analytical_module.fehlbergrungekutta
module
rk_comparison.core.analytical_module.nuclear_decay
module
rk_comparison.core.analytical_module.rungekutta
module
rk_comparison.core.analytical_module.statistics
module
rk_comparison.core.controller
module
rk_comparison.core.controller.controller
module
rk_comparison.core.data
module
rk_comparison.core.data.comparison_data
module
rk_comparison.core.data.input_data
module
rk_comparison.core.data.output_data
module
rk_comparison.core.exceptions
module
rk_comparison.core.exceptions.checks
module
rk_comparison.core.exceptions.exceptions
module
rk_comparison.core.plotting_module
module
rk_comparison.core.plotting_module.plot
module
rk_comparison.core.plotting_module.plot_data
module
rk_comparison.core.saving_module
module
rk_comparison.core.saving_module.save_data
module
rk_comparison.interface
module
rk_comparison.interface.design
module
rk_comparison.interface.design.ui_errorwindow
module
rk_comparison.interface.design.ui_inputwindow
module
rk_comparison.interface.design.ui_mainwindow
module
rk_comparison.interface.design.ui_plottingwindow
module
rk_comparison.interface.ui
module
rk_comparison.interface.ui.errorwindow
module
rk_comparison.interface.ui.inputwindow
module
rk_comparison.interface.ui.mainwindow
module
rk_comparison.interface.ui.plottingwindow
module
RungeKutta (class in rk_comparison.core.analytical_module.rungekutta)
rungekutta1() (rk_comparison.core.analytical_module.rungekutta.RungeKutta method)
rungekutta2() (rk_comparison.core.analytical_module.rungekutta.RungeKutta method)
rungekutta3() (rk_comparison.core.analytical_module.rungekutta.RungeKutta method)
rungekutta4() (rk_comparison.core.analytical_module.rungekutta.RungeKutta method)
rungekutta5() (rk_comparison.core.analytical_module.rungekutta.RungeKutta method)
rungekutta6() (rk_comparison.core.analytical_module.rungekutta.RungeKutta method)
S
save() (rk_comparison.core.saving_module.save_data.SaveData method)
save_clicked() (rk_comparison.interface.ui.plottingwindow.PlottingWindow method)
SaveData (class in rk_comparison.core.saving_module.save_data)
set_compareFRK5() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareFRK6() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareFRK7() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareFRK8() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareRK1() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareRK2() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareRK3() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareRK4() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareRK5() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_compareRK6() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_dt() (rk_comparison.core.data.input_data.InputData method)
set_intervals() (rk_comparison.core.data.input_data.InputData method)
set_max_values() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_mean_values() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_message() (rk_comparison.interface.ui.errorwindow.ErrorWindow method)
set_min_values() (rk_comparison.core.data.comparison_data.ComparisonData method)
set_nuclei() (rk_comparison.core.analytical_module.nuclear_decay.NuclearDecay method)
set_result_analytical() (rk_comparison.core.data.output_data.OutputData method)
set_resultFRK5() (rk_comparison.core.data.output_data.OutputData method)
set_resultFRK6() (rk_comparison.core.data.output_data.OutputData method)
set_resultFRK7() (rk_comparison.core.data.output_data.OutputData method)
set_resultFRK8() (rk_comparison.core.data.output_data.OutputData method)
set_resultRK1() (rk_comparison.core.data.output_data.OutputData method)
set_resultRK2() (rk_comparison.core.data.output_data.OutputData method)
set_resultRK3() (rk_comparison.core.data.output_data.OutputData method)
set_resultRK4() (rk_comparison.core.data.output_data.OutputData method)
set_resultRK5() (rk_comparison.core.data.output_data.OutputData method)
set_resultRK6() (rk_comparison.core.data.output_data.OutputData method)
set_results() (rk_comparison.core.data.output_data.OutputData method)
set_t_max() (rk_comparison.core.data.input_data.InputData method)
set_t_min() (rk_comparison.core.data.input_data.InputData method)
set_tau() (rk_comparison.core.analytical_module.nuclear_decay.NuclearDecay method)
set_time() (rk_comparison.core.data.output_data.OutputData method)
set_time_final() (rk_comparison.core.data.output_data.OutputData method)
set_truth_table() (rk_comparison.core.data.input_data.InputData method)
setupUi() (rk_comparison.interface.design.ui_errorwindow.Ui_ErrorWindow method)
(rk_comparison.interface.design.ui_inputwindow.Ui_InputWindow method)
(rk_comparison.interface.design.ui_mainwindow.Ui_MainWindow method)
(rk_comparison.interface.design.ui_plottingwindow.Ui_PlottingWindow method)
Statistics (class in rk_comparison.core.analytical_module.statistics)
str_to_float() (rk_comparison.core.exceptions.checks.Checks method)
StrToFloatError
T
test_add_results() (tests.core.saving_module.test_save_data.TestSaveData method)
test_add_results_comparison() (tests.core.saving_module.test_save_data.TestSaveData method)
test_add_space() (tests.core.saving_module.test_save_data.TestSaveData method)
test_add_statistics() (tests.core.saving_module.test_save_data.TestSaveData method)
test_add_statistics_descriptions() (tests.core.saving_module.test_save_data.TestSaveData method)
test_apply_clicked_invalid_data() (tests.interface.ui.test_inputwindow.TestInputWindow method)
test_apply_clicked_valid_data() (tests.interface.ui.test_inputwindow.TestInputWindow method)
test_calculate() (tests.core.controller.test_controller.TestController method)
test_calculate_analytical() (tests.core.controller.test_controller.TestController method)
test_calculate_clicked() (tests.interface.ui.test_mainwindow.TestMainWindow method)
test_cancel_clicked() (tests.interface.ui.test_inputwindow.TestInputWindow method)
(tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_check_delta() (tests.core.exceptions.test_checks.TestChecks method)
test_check_delta_negative() (tests.core.exceptions.test_checks.TestChecks method)
test_check_delta_too_large() (tests.core.exceptions.test_checks.TestChecks method)
test_check_delta_zero() (tests.core.exceptions.test_checks.TestChecks method)
test_check_truth_table() (tests.core.exceptions.test_checks.TestChecks method)
test_check_truth_table_fail() (tests.core.exceptions.test_checks.TestChecks method)
test_clean_data() (tests.core.data.test_comparison_data.TestComparisonData method)
test_compare() (tests.core.controller.test_controller.TestController method)
test_delta_is_negative() (tests.core.exceptions.test_exceptions.TestExceptions method)
test_delta_is_zero() (tests.core.exceptions.test_exceptions.TestExceptions method)
test_equation() (tests.core.analytical_module.test_nuclear_decay.TestNuclearDecay method)
test_equation_analytical() (tests.core.analytical_module.test_nuclear_decay.TestNuclearDecay method)
test_exit_clicked() (tests.interface.ui.test_mainwindow.TestMainWindow method)
test_fehlbergrungekutta5() (tests.core.analytical_module.test_fehlbergrungekutta.TestFehlbergRungeKutta method)
test_fehlbergrungekutta6() (tests.core.analytical_module.test_fehlbergrungekutta.TestFehlbergRungeKutta method)
test_fehlbergrungekutta7() (tests.core.analytical_module.test_fehlbergrungekutta.TestFehlbergRungeKutta method)
test_fehlbergrungekutta8() (tests.core.analytical_module.test_fehlbergrungekutta.TestFehlbergRungeKutta method)
test_get_compareFRK5() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareFRK6() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareFRK7() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareFRK8() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareRK1() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareRK2() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareRK3() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareRK4() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareRK5() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_compareRK6() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_dt() (tests.core.data.test_input_data.TestInputData method)
test_get_intervals() (tests.core.data.test_input_data.TestInputData method)
test_get_max_values() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_mean_values() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_min_values() (tests.core.data.test_comparison_data.TestComparisonData method)
test_get_nuclei() (tests.core.analytical_module.test_nuclear_decay.TestNuclearDecay method)
test_get_result_analytical() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultFRK5() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultFRK6() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultFRK7() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultFRK8() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultRK1() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultRK2() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultRK3() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultRK4() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultRK5() (tests.core.data.test_output_data.TestOutputData method)
test_get_resultRK6() (tests.core.data.test_output_data.TestOutputData method)
test_get_t_max() (tests.core.data.test_input_data.TestInputData method)
test_get_t_min() (tests.core.data.test_input_data.TestInputData method)
test_get_tau() (tests.core.analytical_module.test_nuclear_decay.TestNuclearDecay method)
test_get_time() (tests.core.data.test_output_data.TestOutputData method)
test_get_truth_table() (tests.core.data.test_input_data.TestInputData method)
test_init() (tests.core.analytical_module.test_nuclear_decay.TestNuclearDecay method)
(tests.core.controller.test_controller.TestController method)
(tests.core.data.test_comparison_data.TestComparisonData method)
(tests.core.data.test_input_data.TestInputData method)
(tests.core.data.test_output_data.TestOutputData method)
(tests.core.plotting_module.test_plot_data.TestPlotData method)
(tests.interface.ui.test_errorwindow.TestErrorWindow method)
(tests.interface.ui.test_inputwindow.TestInputWindow method)
(tests.interface.ui.test_mainwindow.TestMainWindow method)
(tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_initialize() (tests.core.controller.test_controller.TestController method)
test_initialize_controller() (tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_initialize_data() (tests.interface.ui.test_inputwindow.TestInputWindow method)
test_input_clicked() (tests.interface.ui.test_mainwindow.TestMainWindow method)
test_max() (tests.core.analytical_module.test_statistics.TestStatistics method)
test_max_clicked() (tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_mean() (tests.core.analytical_module.test_statistics.TestStatistics method)
test_mean_clicked() (tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_min() (tests.core.analytical_module.test_statistics.TestStatistics method)
test_min_clicked() (tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_min_higher_than_max() (tests.core.exceptions.test_exceptions.TestExceptions method)
test_min_max_check() (tests.core.exceptions.test_checks.TestChecks method)
test_min_max_check_fail() (tests.core.exceptions.test_checks.TestChecks method)
test_no_method_chosen() (tests.core.exceptions.test_exceptions.TestExceptions method)
test_ok_clicked() (tests.interface.ui.test_errorwindow.TestErrorWindow method)
test_plot() (tests.core.plotting_module.test_plot.TestPlot method)
(tests.core.plotting_module.test_plot_data.TestPlotData method)
test_plot_bar() (tests.core.plotting_module.test_plot.TestPlot method)
test_plot_comparison_clicked() (tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_plot_results_clicked() (tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_plot_with_compare() (tests.core.plotting_module.test_plot_data.TestPlotData method)
test_prepare_data() (tests.core.saving_module.test_save_data.TestSaveData method)
test_prepare_plot_bar_max() (tests.core.plotting_module.test_plot_data.TestPlotData method)
test_prepare_plot_bar_mean() (tests.core.plotting_module.test_plot_data.TestPlotData method)
test_prepare_plot_bar_min() (tests.core.plotting_module.test_plot_data.TestPlotData method)
test_raise_error() (tests.interface.ui.test_inputwindow.TestInputWindow method)
test_rungekutta1() (tests.core.analytical_module.test_rungekutta.TestRungeKutta method)
test_rungekutta2() (tests.core.analytical_module.test_rungekutta.TestRungeKutta method)
test_rungekutta3() (tests.core.analytical_module.test_rungekutta.TestRungeKutta method)
test_rungekutta4() (tests.core.analytical_module.test_rungekutta.TestRungeKutta method)
test_rungekutta5() (tests.core.analytical_module.test_rungekutta.TestRungeKutta method)
test_rungekutta6() (tests.core.analytical_module.test_rungekutta.TestRungeKutta method)
test_save() (tests.core.saving_module.test_save_data.TestSaveData method)
test_save_clicked() (tests.interface.ui.test_plottingwindow.TestPlottingWindow method)
test_set_compareFRK5() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareFRK6() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareFRK7() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareFRK8() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareRK1() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareRK2() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareRK3() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareRK4() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareRK5() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_compareRK6() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_dt() (tests.core.data.test_input_data.TestInputData method)
test_set_intervals() (tests.core.data.test_input_data.TestInputData method)
test_set_max_values() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_mean_values() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_message() (tests.interface.ui.test_errorwindow.TestErrorWindow method)
test_set_min_values() (tests.core.data.test_comparison_data.TestComparisonData method)
test_set_nuclei() (tests.core.analytical_module.test_nuclear_decay.TestNuclearDecay method)
test_set_result() (tests.core.data.test_output_data.TestOutputData method)
test_set_result_analytical() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultFRK5() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultFRK6() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultFRK7() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultFRK8() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultRK1() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultRK2() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultRK3() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultRK4() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultRK5() (tests.core.data.test_output_data.TestOutputData method)
test_set_resultRK6() (tests.core.data.test_output_data.TestOutputData method)
test_set_t_max() (tests.core.data.test_input_data.TestInputData method)
test_set_t_min() (tests.core.data.test_input_data.TestInputData method)
test_set_tau() (tests.core.analytical_module.test_nuclear_decay.TestNuclearDecay method)
test_set_time() (tests.core.data.test_output_data.TestOutputData method)
test_set_time_final() (tests.core.data.test_output_data.TestOutputData method)
test_set_truth_table() (tests.core.data.test_input_data.TestInputData method)
test_str_to_float() (tests.core.exceptions.test_checks.TestChecks method)
test_str_to_float_error() (tests.core.exceptions.test_exceptions.TestExceptions method)
test_str_to_float_fail() (tests.core.exceptions.test_checks.TestChecks method)
test_too_large_delta() (tests.core.exceptions.test_exceptions.TestExceptions method)
TestChecks (class in tests.core.exceptions.test_checks)
TestComparisonData (class in tests.core.data.test_comparison_data)
TestController (class in tests.core.controller.test_controller)
TestErrorWindow (class in tests.interface.ui.test_errorwindow)
TestExceptions (class in tests.core.exceptions.test_exceptions)
TestFehlbergRungeKutta (class in tests.core.analytical_module.test_fehlbergrungekutta)
TestInputData (class in tests.core.data.test_input_data)
TestInputWindow (class in tests.interface.ui.test_inputwindow)
TestMainWindow (class in tests.interface.ui.test_mainwindow)
TestNuclearDecay (class in tests.core.analytical_module.test_nuclear_decay)
TestOutputData (class in tests.core.data.test_output_data)
TestPlot (class in tests.core.plotting_module.test_plot)
TestPlotData (class in tests.core.plotting_module.test_plot_data)
TestPlottingWindow (class in tests.interface.ui.test_plottingwindow)
TestRungeKutta (class in tests.core.analytical_module.test_rungekutta)
tests
module
tests.core
module
tests.core.analytical_module
module
tests.core.analytical_module.test_fehlbergrungekutta
module
tests.core.analytical_module.test_nuclear_decay
module
tests.core.analytical_module.test_rungekutta
module
tests.core.analytical_module.test_statistics
module
tests.core.controller
module
tests.core.controller.test_controller
module
tests.core.data
module
tests.core.data.test_comparison_data
module
tests.core.data.test_input_data
module
tests.core.data.test_output_data
module
tests.core.exceptions
module
tests.core.exceptions.test_checks
module
tests.core.exceptions.test_exceptions
module
tests.core.plotting_module
module
tests.core.plotting_module.test_plot
module
tests.core.plotting_module.test_plot_data
module
tests.core.saving_module
module
tests.core.saving_module.test_save_data
module
tests.interface
module
tests.interface.ui
module
tests.interface.ui.test_errorwindow
module
tests.interface.ui.test_inputwindow
module
tests.interface.ui.test_mainwindow
module
tests.interface.ui.test_plottingwindow
module
TestSaveData (class in tests.core.saving_module.test_save_data)
TestStatistics (class in tests.core.analytical_module.test_statistics)
TooLargeDelta
U
Ui_ErrorWindow (class in rk_comparison.interface.design.ui_errorwindow)
Ui_InputWindow (class in rk_comparison.interface.design.ui_inputwindow)
Ui_MainWindow (class in rk_comparison.interface.design.ui_mainwindow)
Ui_PlottingWindow (class in rk_comparison.interface.design.ui_plottingwindow)