Skip to content

Commit 3c52648

Browse files
committed
Adaptations to VoronoiFVM v3
1 parent 4d22373 commit 3c52648

6 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "julia"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PreallocationTools = "0.4"
5050
PythonCall = "0.9"
5151
PythonPlot = "1"
5252
Revise = "3.12.1"
53-
VoronoiFVM = "2.14"
53+
VoronoiFVM = "2.14, 3"
5454
julia = "1.11"
5555

5656
[extras]

notebooks/HalfCellAppliedPotential.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ p1 = let
9494
fig, ax = pyplot.subplots(1, 1)
9595
fig.set_size_inches(600 / 100, 300 / 100)
9696
κ = 10
97-
ax.set_title("Double layer capacitance, κ=$(κ)\n Dashed: witghout dielectric decrement")
97+
ax.set_title("Double layer capacitance, κ=$(κ)\n Dashed: without dielectric decrement")
9898
set_κ!(halfcell, κ)
9999
set_κ!(halfcelldd, κ)
100100
for i in 1:length(molarities)

notebooks/ICMPBP-DD-Draft.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ begin
2323
using Revise
2424
using PlutoUI, HypertextLiteral, UUIDs
2525
using VoronoiFVM
26+
using VoronoiFVM: data
2627
using ExtendableGrids
2728
using LinearAlgebra
2829
using LessUnitful

notebooks/ICMPBP-EndOfHackathon.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ begin
2323
using Revise
2424
using PlutoUI, HypertextLiteral, UUIDs
2525
using VoronoiFVM
26+
using VoronoiFVM: data
2627
using ExtendableGrids
2728
using LinearAlgebra
2829
using LessUnitful

notebooks/SymmetricCellSurfaceCharge-Interactive.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ begin
2323
using Revise
2424
using PlutoUI, HypertextLiteral, UUIDs
2525
using VoronoiFVM
26+
using VoronoiFVM: data
2627
using ExtendableGrids
2728
using LinearAlgebra
2829
using LessUnitful

0 commit comments

Comments
 (0)