Skip to content

Commit 4d22373

Browse files
authored
Jf/aug pb10 (#66)
* remove registry add step from CI * Bump AugPB compat to 1.0 * add interactive notebook * runic
1 parent eab58d0 commit 4d22373

5 files changed

Lines changed: 427 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ jobs:
4848
${{ runner.os }}-test-${{ env.cache-name }}-
4949
${{ runner.os }}-test-
5050
${{ runner.os }}-
51-
- run: |
52-
julia --project -e '
53-
using Pkg
54-
Pkg.Registry.add(url="https://github.com/j-fu/PackageNursery")'
5551
- uses: julia-actions/julia-buildpkg@v1
5652
- uses: julia-actions/julia-runtest@v1
5753
env:

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
3232
VoronoiFVM = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
3333

3434
[compat]
35-
AugmentedPoissonBoltzmann = "0.5"
35+
AugmentedPoissonBoltzmann = "1.0"
3636
DoubleFloats = "1"
3737
DynamicQuantities = "1.10.0"
3838
ExampleJuggler = "2.4.0"
@@ -57,7 +57,8 @@ julia = "1.11"
5757
AugmentedPoissonBoltzmann = "d8b18f01-5396-498d-b34d-247825c18ff1"
5858
ExampleJuggler = "3bbe58f8-ed81-4c4e-a134-03e85fcf4a1a"
5959
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
60+
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
6061
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6162

6263
[targets]
63-
test = ["Pkg", "Test", "AugmentedPoissonBoltzmann", "ExampleJuggler"]
64+
test = ["Pkg", "Test", "AugmentedPoissonBoltzmann", "ExampleJuggler", "PlutoUI"]

draftnotebooks/MPB-BeforeHackathon.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.20.21
2+
# v0.20.19
33

44
using Markdown
55
using InteractiveUtils
@@ -135,8 +135,8 @@ const f_model = 1 # model choice: 0: Boltzmann, 1: Bikermam
135135
begin
136136
const floattype = Float64
137137
const L = 10.0nm # computational domain size
138-
const nel = 20 # number of electrons/nm^2 at interfaces
139-
const M_bulk = 1 # (bulk) molarity at center of domain
138+
const nel = 5 # number of electrons/nm^2 at interfaces
139+
const M_bulk = 0.1 # (bulk) molarity at center of domain
140140
const E0 = 10V / nm # decrement parameter
141141
const a = 5.0 / E0^2 # decrement parameter in χ(E)
142142
const z = [-1, 1] # species charge numbers

0 commit comments

Comments
 (0)