-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend
to_dense
for parallel use cases (#3354)
* Add parallel support to `to_dense` Previously only the diagonal (local-to-local) interaction block of the CSR matrix was outputted, this is extended to the complete locally owned row structure, allowing for paralell debugging. When run in sequential the behavior of `to_dense` is not altered Extend test case for parallel to dense usage Adapt export Adapt test Apply suggestion * Switch to array instead of vector * Make use of new insert function --------- Co-authored-by: Chris Richardson <[email protected]>
- Loading branch information
1 parent
38ae5e5
commit bf2aa96
Showing
4 changed files
with
37 additions
and
23 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
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