-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upwind FDSBP performance improvements (#1282)
* improve some docstrings (#1274) * fix convergence_test for elixirs without trailing new line (#1280) * Fix `initial_condition_isentropic_vortex` (#1279) * strengthen the isentropic vortex initial conditions in TreeMesh elixirs * update test values for new isentropic vortex initial conditions * update vortex initial condition in special elixir and docs * fix typos in the IC * update tree_mpi test values * remove comment lines because them seem to break literate Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * improve performance of 3D volume integral with steger_warming_splitting by ca. 1/4 for Taylor-Green (serial) * lose 2 percent of threaded volume terms performance but simplify code and reduce duplications * remove flux_upwind stub * 2D and 1D as well; improvement ca. 20% in 3D, 10% in 2D, not much in 1D * positive_part, negative_part for 3D Steger-Warming; improves serial PID of TGV by ca. 10% * positive_part, negative_part for 2D, 1D * simplify CSE for LLVM (ca. 2 % for TGV) * comments on f_minus_plus etc. * improve comment * comments on positive/negative part Co-authored-by: Andrew Winters <[email protected]> Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
- Loading branch information
1 parent
f4d2753
commit 7a7dbb1
Showing
9 changed files
with
350 additions
and
240 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
Oops, something went wrong.