Skip to content

Commit 10fcddd

Browse files
authored
VoronoiFVM v3 + PreallocationTools v1 (#4)
* VoronoiFVM v3 + PreallocationTools v1 * fix codespell
1 parent cbf64cf commit 10fcddd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Changelog
2+
## [1.0.1] - 2026-01-07
3+
- Allow for VoronoiFVM v3, PreallocationTools v1
24

3-
## [1.0] - 2025-12-09
5+
## [1.0.0] - 2025-12-09
46

57
### Features
68

79
- Update `pramp` such that it always solves for the first bias.
810
- Use one-sided "upwinded" gradient evolution
911

1012
Up to now, electric field was evaluated by averaged gradients in the
11-
inner of the domain and by one-sided gradients at the boundries.
13+
inner of the domain and by one-sided gradients at the boundaries.
1214
This inconsistency led to some mesh size dependent and thus unphysical
1315
concentration jumps in the first and last grid cells.
1416

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AugmentedPoissonBoltzmann"
22
uuid = "d8b18f01-5396-498d-b34d-247825c18ff1"
3-
version = "1.0"
3+
version = "1.0.1"
44
authors = ["Jürgen Fuhrmann <juergen-fuhrmann@web.de>, Jason Landini <landinjm@umich.edu>"]
55

66
[deps]
@@ -21,11 +21,11 @@ ExtendableGrids = "1.14.0"
2121
LessUnitful = "1.2.1"
2222
LinearAlgebra = "1.10.0"
2323
Markdown = "1.10.0"
24-
PreallocationTools = "0.4.34"
24+
PreallocationTools = "0.4.34, 1"
2525
SciMLBase = "2.127.0"
2626
SciMLPublic = "1.0.0"
2727
Unitful = "1.25.1"
28-
VoronoiFVM = "2.13.0"
28+
VoronoiFVM = "2.13.0, 3"
2929
julia = "1.10"
3030

3131
[extras]

0 commit comments

Comments
 (0)