Skip to content

Commit

Permalink
Periodic Dirichlet boundary conditions (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored and koehlerson committed Apr 22, 2022
1 parent 257e98e commit b1191a0
Show file tree
Hide file tree
Showing 13 changed files with 1,125 additions and 157 deletions.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ julia = "1.6"

[extras]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
KrylovMethods = "9a2cd570-f05c-5dc1-9209-93ad6f5727f7"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Expand All @@ -32,4 +34,6 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[targets]
test = ["BlockArrays", "ForwardDiff", "IterativeSolvers", "KrylovMethods", "NBInclude", "ProgressMeter", "Random", "SHA", "StableRNGs", "Test", "TimerOutputs", "UnicodePlots"]
test = ["BlockArrays", "Downloads", "ForwardDiff", "IterativeSolvers", "KrylovMethods",
"NBInclude", "Pkg", "ProgressMeter", "Random", "SHA", "StableRNGs", "Test",
"TimerOutputs", "UnicodePlots"]
Loading

0 comments on commit b1191a0

Please sign in to comment.