dg1d: Add limiters.jl (!221)
- Collect most of the limiter implementations into `limiters.jl` (there still remain bits in `ScalarEq`) - Add new limiter `limit_slope_preserve_continuity!` that is tailored towards the Bspline approximation (although its not working well) - Add new limiter `limit_slope_convex_hull!` that is tailored towards the Bspline approximation - Add new reftests `burgers_sine_bspline1_limit_slope_convex_hull` and ``burgers_sine_bspline2_limit_slope_convex_hull` - Fix Bspline integration
parent
fff252e6
No related branches found
No related tags found
Showing
- src/EulerEq/rhs.jl 1 addition, 23 deletionssrc/EulerEq/rhs.jl
- src/GRHD/rhs.jl 2 additions, 26 deletionssrc/GRHD/rhs.jl
- src/HRSC/mda.jl 1 addition, 1 deletionsrc/HRSC/mda.jl
- src/SRHD/rhs.jl 1 addition, 23 deletionssrc/SRHD/rhs.jl
- src/ScalarEq/callbacks.jl 2 additions, 1 deletionsrc/ScalarEq/callbacks.jl
- src/ScalarEq/rhs.jl 12 additions, 27 deletionssrc/ScalarEq/rhs.jl
- src/ScalarEq/setup.jl 2 additions, 1 deletionsrc/ScalarEq/setup.jl
- src/TCI/minmod.jl 1 addition, 3 deletionssrc/TCI/minmod.jl
- src/TCI/modaldecayaverage.jl 1 addition, 1 deletionsrc/TCI/modaldecayaverage.jl
- src/bspline.jl 4 additions, 4 deletionssrc/bspline.jl
- src/dg1d.jl 2 additions, 0 deletionssrc/dg1d.jl
- src/limiters.jl 222 additions, 0 deletionssrc/limiters.jl
- src/mesh.jl 0 additions, 56 deletionssrc/mesh.jl
- test/IntegrationTests/refs/burgers_sine_bspline1_limit_slope_convex_hull/burgers_sine_bspline1_limit_slope_convex_hull.toml 23 additions, 0 deletions...x_hull/burgers_sine_bspline1_limit_slope_convex_hull.toml
- test/IntegrationTests/refs/burgers_sine_bspline1_limit_slope_convex_hull/output1d.h5 0 additions, 0 deletions...burgers_sine_bspline1_limit_slope_convex_hull/output1d.h5
- test/IntegrationTests/refs/burgers_sine_bspline2_limit_slope_convex_hull/burgers_sine_bspline2_limit_slope_convex_hull.toml 23 additions, 0 deletions...x_hull/burgers_sine_bspline2_limit_slope_convex_hull.toml
- test/IntegrationTests/refs/burgers_sine_bspline2_limit_slope_convex_hull/output1d.h5 0 additions, 0 deletions...burgers_sine_bspline2_limit_slope_convex_hull/output1d.h5
- test/IntegrationTests/refs/testconfig.toml 5 additions, 0 deletionstest/IntegrationTests/refs/testconfig.toml
Loading
Please register or sign in to comment