|
| | Calculations.java |
| | Provides functions for calculating the outputs.
|
| | Constants.java |
| | Provides the structure for holding constant values.
|
| | Control.java |
| | Controls the flow of the program.
|
| | InputParameters.java |
| | Provides the function for reading inputs, the function for calculating derived values, and the function for checking the physical constraints and software constraints on the input.
|
| | ODE.java |
| | Class representing an ODE system.
|
| | ODEStepHandler.java |
| | Class defining additional behaviour for each step of an ODE solution.
|
| | OutputFormat.java |
| | Provides the function for writing outputs.
|