forked from geodynamics/aspect
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
matrix-free: simplify diagonal computation
This uses compute_diagonal() from deal.II instead of hand-writting the logic. For this, I need to break out the inner-most cell operation from local_apply. While we are here, clean-up the evaluation and remove some unnecessary assignments.
- Loading branch information
Showing
2 changed files
with
56 additions
and
100 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