Skip to content

Commit

Permalink
Working on batched assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 3, 2023
1 parent abf2d4b commit cd67d5f
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 524 deletions.
2 changes: 1 addition & 1 deletion bem/src/assembly.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub mod dense;
pub mod batched;
pub mod dense;
use crate::green;
use crate::green::Scalar;
use bempp_tools::arrays::Array2D;
Expand Down
Loading

0 comments on commit cd67d5f

Please sign in to comment.