File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.0] - 2025-12-09
4+
5+ ### Features
6+
7+ - Update ` pramp ` such that it always solves for the first bias.
8+ - Use one-sided "upwinded" gradient evolution
9+
10+ 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.
12+ This inconsistency led to some mesh size dependent and thus unphysical
13+ concentration jumps in the first and last grid cells.
14+
15+ Now the we always use one-sided evaluation, switching the direction
16+ in the center of the domain. This gives a seemingly physically more
17+ consistent picture.
18+
19+ The issue is semi-solved and should be investigated further.
20+ - Bump version to 1.0
21+ - Update README
22+
23+ ## [ 0.5.0] - 2025-12-07
24+
25+ Release as presented at Lake arrowhead workshop
26+
27+ * rename internal files
28+ * rename ICMPBP to SolverCore
29+ * rename ICMBPData to AugmentedPBData
30+ * Add SciMLPublic
31+ * Ensure explicit imports
32+ * Move code from pluto notebook to normal files
33+ * Add lots of docs with help of Claude
34+
35+ <!-- generated by git-cliff -->
You can’t perform that action at this time.
0 commit comments