You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow using IDAKLU(output_variables=...) with Experiments (#4534)
* Add test for idaklu+output_variables+experiment
* edit Solution.last_state to pull y_event if all_ys is empty
* Ensure ProcessedVariableComputed variables are passed through Solution copies during an Experiment
Don't compute 'Change in x' summary variables if output_variables are specified
* populate first_state using the initial condition if output_variables used
Remove warnings about 'Change in x' summary variables
* Add to computed processed variable tests
* Add test for solution::add with computed variables
* add test for solution::copy with computed variables
* add check for idaklu on copy test
* Add 'variables_returned' attribute to Solution
Indicates if 'output_variables' are specified in solver
and therefore empty state vector
* Use `variables_returned` in `_update_variable()`, update test
* Update CHANGELOG
* Add test
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## Features
4
4
5
+
- Adds support to `pybamm.Experiment` for the `output_variables` option in the `IDAKLUSolver`. ([#4534](https://github.com/pybamm-team/PyBaMM/pull/4534))
5
6
- Adds an option "voltage as a state" that can be "false" (default) or "true". If "true" adds an explicit algebraic equation for the voltage. ([#4507](https://github.com/pybamm-team/PyBaMM/pull/4507))
6
7
- Improved `QuickPlot` accuracy for simulations with Hermite interpolation. ([#4483](https://github.com/pybamm-team/PyBaMM/pull/4483))
7
8
- Added Hermite interpolation to the (`IDAKLUSolver`) that improves the accuracy and performance of post-processing variables. ([#4464](https://github.com/pybamm-team/PyBaMM/pull/4464))
0 commit comments