File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
1012Up 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 .
1214This inconsistency led to some mesh size dependent and thus unphysical
1315concentration jumps in the first and last grid cells.
1416
Original file line number Diff line number Diff line change 11name = " AugmentedPoissonBoltzmann"
22uuid = " d8b18f01-5396-498d-b34d-247825c18ff1"
3- version = " 1.0"
3+ version = " 1.0.1 "
44authors = [" Jürgen Fuhrmann <juergen-fuhrmann@web.de>, Jason Landini <landinjm@umich.edu>" ]
55
66[deps ]
@@ -21,11 +21,11 @@ ExtendableGrids = "1.14.0"
2121LessUnitful = " 1.2.1"
2222LinearAlgebra = " 1.10.0"
2323Markdown = " 1.10.0"
24- PreallocationTools = " 0.4.34"
24+ PreallocationTools = " 0.4.34, 1 "
2525SciMLBase = " 2.127.0"
2626SciMLPublic = " 1.0.0"
2727Unitful = " 1.25.1"
28- VoronoiFVM = " 2.13.0"
28+ VoronoiFVM = " 2.13.0, 3 "
2929julia = " 1.10"
3030
3131[extras ]
You can’t perform that action at this time.
0 commit comments