rk_comparison.core.data package
Submodules
rk_comparison.core.data.comparison_data module
rk_comparison.core.data.input_data module
- class rk_comparison.core.data.input_data.InputData[source]
Bases:
object
Class to hold input data from user: beginning and end of time period, delta of the time intervals, number of time intervals, list of booleans signalizing which numerical methods will be used. Every attribute has set and get method.
rk_comparison.core.data.output_data module
- class rk_comparison.core.data.output_data.OutputData[source]
Bases:
object
Class to hold output data: results of RK, FRK, analytical solution and time. Every variable has it’s own set and get method. Set methods are clearing the lists and and appending the initial data needed for RK and FRK to start calculations.
- set_result_analytical()[source]
Analytical solution doesn’t need initial data, it’s calculated from formula without the usage of numerical methods