Skip to content

Commit

Permalink
Make AbstractSolutionArray subtype AbstractArray rather than Abstract…
Browse files Browse the repository at this point in the history
…NoTimeSolution

- AbstractNoTimeSolution is not exported
- Got some indexing problems with ChargeTransport
Keep the history stuff, though
  • Loading branch information
j-fu committed Sep 10, 2024
1 parent e6e0e75 commit 1ea4ad4
Show file tree
Hide file tree
Showing 5 changed files with 570 additions and 521 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Introduced ``SystemState`` which contains entries (matrix, residuals) which before were
part of ``System``
- Introduced `solve!(state::SystemState)` method
- Stationary solutions are now subtypes of AbstractNoTimeSolution
- Stationary solutions now contain a history entry and are subtypes of VoronoiFVM.AbstractSolutionArray
- Changelog now in package root

## v1.25.0, Sept 9, 2024
Expand Down
Loading

0 comments on commit 1ea4ad4

Please sign in to comment.