-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support general backends for BlockArray (#76)
* support general backends for BlockArray * Don't convert in mortar * tridiagonal * Use getblock to support overloading for sparse * Allow general vector blocksize backends * template out blocksizes * add another layer to _find_block to support fast overrides * Allow general BlockSizes, test for constant block sizes * Simplify show * fix simple show * Revert BlockArray(undef_blocks, ::Type) behaviour * Fix docs * more doc fixes * another doc fix * try removing space * Increase coverage * increase coverage
- Loading branch information
1 parent
8f60fd0
commit 0776c2e
Showing
17 changed files
with
221 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
docs/build/ | ||
docs/site/ | ||
*.jld | ||
benchmark/*.md | ||
benchmark/*.md | ||
src/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.