-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For kinetic electrons, use LU when no shared-mem, ADI with shared-mem
When not parallelising using shared memory, there is no need to split the preconditioner and the LU preconditioner should be the most efficient. Therefore use the LU precon in serial, and use ADI only when `block_size[] > 1`.
- Loading branch information
1 parent
8af0db5
commit cc90abb
Showing
2 changed files
with
147 additions
and
68 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