Skip to content

Commit 0658c4c

Browse files
authored
Implementation of dielectric decrement model (#57)
- Manuel's formulas into draft - Implementation - test notebook ICMPBP-DD-Draft.jl
1 parent 34e727f commit 0658c4c

5 files changed

Lines changed: 630 additions & 94 deletions

File tree

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = ["Jürgen Fuhrmann <juergen-fuhrmann@web.de>"]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
88
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
99
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
10+
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
1011
ExtendableGrids = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
1112
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1213
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
@@ -31,6 +32,7 @@ JuliaMPBSolver = {path = "packages/JuliaMPBSolver"}
3132

3233
[compat]
3334
DoubleFloats = "1"
35+
DynamicQuantities = "1.10.0"
3436
ExtendableGrids = "1"
3537
ForwardDiff = "1"
3638
HypertextLiteral = "0.9"
@@ -45,7 +47,6 @@ Revise = "3.12.1"
4547
VoronoiFVM = "2.14"
4648
julia = "1.11"
4749

48-
4950
[extras]
5051
JuliaMPBSolver = "d8b18f01-5396-498d-b34d-247825c18ff0"
5152
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

draftnotebooks/MPB-BeforeHackathon.jl

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

44
using Markdown
55
using InteractiveUtils

0 commit comments

Comments
 (0)