-
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.
Adapt Svärd-Kalisch equations to Serre-Green-Naghdi equations (#146)
* adapt Svärd-Kalisch equations to style used in Serre-Green-Nagdhi equations * simplify Serre-Green-Naghdi a bit * remove allocations in modified entropy * simplify modified entropy * reduce allocations * format * simplify * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> * render in math font * clarify that only variable bathymetry is supported * introduce mutating and non-mutating energy_total_modified * format * simplify integrate_quantity * add tests for energy_total_modified and entropy_modified * call mutating entropy_modified inside entropy_modified * document mutating version of energy_total_modified * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> * use inplace version of function * Update src/equations/serre_green_naghdi_1d.jl --------- Co-authored-by: Hendrik Ranocha <[email protected]>
- Loading branch information
1 parent
cf20e3f
commit 1f8f932
Showing
8 changed files
with
371 additions
and
220 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
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.