|
def | __init__ (self, run_name="", comparison_name="", numeric_method="_midpoint_") |
|
def | testTerminalMessage (self) |
|
def | singleResult (self) |
|
def | comparisonResult (self, comparison_name, numeric_method) |
|
def | loadFiles (self, run_name, numeric_method) |
|
def | loadComparisonFiles (self, comparison_name, numeric_method) |
|
def | setUpPlot (self) |
|
def | setUpPlotComparison (self) |
|
def | checkPossibleEnergytests (self) |
|
def | checkOnlyPullingEnergyTest (self) |
|
def | checkOnlyNeighborEnergyTest (self) |
|
def | onlyPullingSpringsEnergyTest (self, block_velocity, block_position) |
|
def | onlyNeighborSpringsEnergyTest (self, block_velocity, block_position) |
|
def | calculateError (self, energy_array) |
|
def | compareError (self, energy_test_result, energy_test_result_comparison) |
|
def | plotEnergyTest (self, energy_test_result, zoom=True) |
|
def | plotEnergyTestComparison (self, energy_test_result, energy_test_result_comparison, zoom=True) |
|
Definition at line 12 of file checkEnergyBlocks.py.
◆ __init__()
def checkEnergyBlocks.CheckEnergy.__init__ |
( |
|
self, |
|
|
|
run_name = "" , |
|
|
|
comparison_name = "" , |
|
|
|
numeric_method = "_midpoint_" |
|
) |
| |
◆ calculateError()
def checkEnergyBlocks.CheckEnergy.calculateError |
( |
|
self, |
|
|
|
energy_array |
|
) |
| |
◆ checkOnlyNeighborEnergyTest()
def checkEnergyBlocks.CheckEnergy.checkOnlyNeighborEnergyTest |
( |
|
self | ) |
|
◆ checkOnlyPullingEnergyTest()
def checkEnergyBlocks.CheckEnergy.checkOnlyPullingEnergyTest |
( |
|
self | ) |
|
◆ checkPossibleEnergytests()
def checkEnergyBlocks.CheckEnergy.checkPossibleEnergytests |
( |
|
self | ) |
|
◆ compareError()
def checkEnergyBlocks.CheckEnergy.compareError |
( |
|
self, |
|
|
|
energy_test_result, |
|
|
|
energy_test_result_comparison |
|
) |
| |
◆ comparisonResult()
def checkEnergyBlocks.CheckEnergy.comparisonResult |
( |
|
self, |
|
|
|
comparison_name, |
|
|
|
numeric_method |
|
) |
| |
◆ loadComparisonFiles()
def checkEnergyBlocks.CheckEnergy.loadComparisonFiles |
( |
|
self, |
|
|
|
comparison_name, |
|
|
|
numeric_method |
|
) |
| |
◆ loadFiles()
def checkEnergyBlocks.CheckEnergy.loadFiles |
( |
|
self, |
|
|
|
run_name, |
|
|
|
numeric_method |
|
) |
| |
◆ onlyNeighborSpringsEnergyTest()
def checkEnergyBlocks.CheckEnergy.onlyNeighborSpringsEnergyTest |
( |
|
self, |
|
|
|
block_velocity, |
|
|
|
block_position |
|
) |
| |
◆ onlyPullingSpringsEnergyTest()
def checkEnergyBlocks.CheckEnergy.onlyPullingSpringsEnergyTest |
( |
|
self, |
|
|
|
block_velocity, |
|
|
|
block_position |
|
) |
| |
◆ plotEnergyTest()
def checkEnergyBlocks.CheckEnergy.plotEnergyTest |
( |
|
self, |
|
|
|
energy_test_result, |
|
|
|
zoom = True |
|
) |
| |
◆ plotEnergyTestComparison()
def checkEnergyBlocks.CheckEnergy.plotEnergyTestComparison |
( |
|
self, |
|
|
|
energy_test_result, |
|
|
|
energy_test_result_comparison, |
|
|
|
zoom = True |
|
) |
| |
◆ setUpPlot()
def checkEnergyBlocks.CheckEnergy.setUpPlot |
( |
|
self | ) |
|
◆ setUpPlotComparison()
def checkEnergyBlocks.CheckEnergy.setUpPlotComparison |
( |
|
self | ) |
|
◆ singleResult()
def checkEnergyBlocks.CheckEnergy.singleResult |
( |
|
self | ) |
|
◆ testTerminalMessage()
def checkEnergyBlocks.CheckEnergy.testTerminalMessage |
( |
|
self | ) |
|
◆ block_position
checkEnergyBlocks.CheckEnergy.block_position |
◆ block_position_comparison
checkEnergyBlocks.CheckEnergy.block_position_comparison |
◆ block_velocity
checkEnergyBlocks.CheckEnergy.block_velocity |
◆ block_velocity_comparison
checkEnergyBlocks.CheckEnergy.block_velocity_comparison |
◆ one_block_boolean
checkEnergyBlocks.CheckEnergy.one_block_boolean |
◆ one_block_boolean_comparison
checkEnergyBlocks.CheckEnergy.one_block_boolean_comparison |
◆ only_neighbor_springs
checkEnergyBlocks.CheckEnergy.only_neighbor_springs |
◆ only_pulling_springs
checkEnergyBlocks.CheckEnergy.only_pulling_springs |
◆ results_path
checkEnergyBlocks.CheckEnergy.results_path |
◆ run_parameters
checkEnergyBlocks.CheckEnergy.run_parameters |
◆ step_size
checkEnergyBlocks.CheckEnergy.step_size |
◆ step_size_comparison
checkEnergyBlocks.CheckEnergy.step_size_comparison |
checkEnergyBlocks.CheckEnergy.x |
◆ x_comparison
checkEnergyBlocks.CheckEnergy.x_comparison |
The documentation for this class was generated from the following file: