Skip to content

Commit

Permalink
Helmholtz kernel (#191)
Browse files Browse the repository at this point in the history
* WIP: Unit tests

* WIP: Unit tests for diagonal evaluation of Green's fct.

* Updated diagonal assembler
  • Loading branch information
tbetcke authored Mar 7, 2024
1 parent e2d6730 commit 7aa0b65
Show file tree
Hide file tree
Showing 7 changed files with 1,649 additions and 26 deletions.
4 changes: 2 additions & 2 deletions kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ bempp-tools = { path = "../tools"}
bempp-traits = { path = "../traits" }
paste = "1.*"
libc = "0.2"
approx = "0.5"
approx = { version = "0.5", features = ["num-complex"] }
rayon = "1.7"
num = "0.4"
num_cpus = "1"
rlst-dense = { git = "https://github.com/linalg-rs/rlst.git" }
rlst-common = { git = "https://github.com/linalg-rs/rlst.git" }
rlst = { git = "https://github.com/linalg-rs/rlst.git" }
rand = "0.8.5"

[dev-dependencies]
rlst = { git = "https://github.com/linalg-rs/rlst.git" }
662 changes: 662 additions & 0 deletions kernel/out.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 7aa0b65

Please sign in to comment.