Skip to content

Commit

Permalink
laplace
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 25, 2023
1 parent 82547c1 commit 1ab53e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion bem/examples/assemble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn main() {
assemble_dense(
&mut matrix,
BoundaryOperator::SingleLayer,
PDEType::Helmholtz(5.0),
PDEType::Laplace,
&space0,
&space1,
);
Expand Down
44 changes: 0 additions & 44 deletions bem/examples/assembly_timing.rs

This file was deleted.

0 comments on commit 1ab53e1

Please sign in to comment.