-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mean value in Zhang-Shu limiter on curved meshes (#1945)
* solution mean value computation must take metric terms into account on mesh types other than TreeMesh * introduce helper function to compute mean value on 2d element * apply formatter * introduce helper function in 3d * simplify mean value computation. no need for a separate function * fix setting total_volume to be zero * put calc_mean_value functions back in * apply formatter * add generic get_inverse_jacobian function and remove other specializations * swap order of element and indices for consistency * revert ordering. see if tests actually run * fix index order * fix mistake in TreeMesh version * clarify the tree mesh version
- Loading branch information
1 parent
6e5ff49
commit b98b6f0
Showing
4 changed files
with
30 additions
and
6 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