Skip to content

Commit

Permalink
Copy elements from bempp-rs (#2)
Browse files Browse the repository at this point in the history
* Add FiniteElement, ElementFamily

* Copy elements from bempp-rs

* use quadrature from bempp in test
  • Loading branch information
mscroggs authored Jun 22, 2024
1 parent 9771bdb commit 27d1f4f
Show file tree
Hide file tree
Showing 10 changed files with 2,756 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ rand = "0.8.5"
rlst = "0.1.0"
thiserror="1.*"

[dev-dependencies]
bempp = "0.1.0"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

Expand Down
Loading

0 comments on commit 27d1f4f

Please sign in to comment.