SummationByParts/sbp
Magnus Ulimoen 76f5291131 Elide bounds check in diffxi
array_windows.skip did not elide bounds checks as it should. If
the slice is instead offset by the skipped amount, we have the
same behavour, but aids the compiler enough.
The two changed lines allows SIMD optimisations, giving an
impressive reduction in instructions by two thirds in the
benchmark.
2021-03-25 17:23:01 +01:00
..
benches increase bench size 2021-02-01 23:22:35 +01:00
src Elide bounds check in diffxi 2021-03-25 17:23:01 +01:00
tests split euler and maxwell to separate crates 2020-05-02 00:22:59 +02:00
.gitignore
Cargo.toml Replace FastFloat with mul_add 2021-03-23 19:21:38 +01:00
README.md add short README 2020-08-31 21:05:05 +02:00

README.md

SBP operators

Traits and implementations for creating both matrix-free and matrix SBP solvers.