Skip to content

Commit

Permalink
Implement initialization of Maxwell solver 1d with FEM
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Mar 19, 2019
1 parent aa15a33 commit 20f590f
Show file tree
Hide file tree
Showing 5 changed files with 612 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*.jl.*.cov
*.jl.mem
deps/deps.jl
Manifest.toml
*.swp
9 changes: 9 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name = "GEMPIC"
uuid = "b6d65c3a-4a4e-11e9-25d0-d309dc85ddeb"
authors = ["Pierre Navaro <pierre.navaro@math.cnrs.fr>"]
version = "0.1.0"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5 changes: 5 additions & 0 deletions src/GEMPIC.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module GEMPIC

include("maxwell_1d_fem.jl")

end
Loading

0 comments on commit 20f590f

Please sign in to comment.