-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One-sided upwind reconstruction (#3658)
* initiate stuff * add right bias * finally it works * test it here * bugfix * remove the inbounds * should work! * correct nonuniform weno * fix tests * correct positivity preserving scheme * this works * try with metaprogramming * maybe like this is better? * more changes * removed all divergence * some bugfixes * Stretched Upwind reconstruction * fixing a typo * another typo * call it weno stencil * just test hypothesis * show have resolved the memory issue * test it out * bugfix * try without conditioning * test it without bounding * we try with the complete stencil * underlying grid * remove some vestigial code * try a nothrow * remove assume effects * this should work better * remove js weno * another test * back as it were * reduce computation * starting the mad change * back to how it was before * cheecky test * remove cheecky test * we need to add another method? * this should work! * bugfix * a little more bugfix * fix tests * some cleanup * put back code * another file restorec * whoops forgot a function * typo * last typo * back to LeftBias and RightBias * add benchmarking * correct benchmarks * some documentation * change to if condition * fix positivity preserving upwind * add some docs * some more documentation * more documentation * correct docs * better docs * a couple of `map` * more documentation * correct indenting * correct indenting * typo
- Loading branch information
1 parent
eb7c178
commit abb66e3
Showing
20 changed files
with
1,918 additions
and
1,217 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.