|
Ran
|
Jobs
1
|
Files
560
|
Run time
1min
|
Badge
README BADGES
|
push
github
Adding parabolic sources (#2721) * adding source_terms_parabolic to SemidiscretizationHyperbolicParabolic * calling source_terms_parabolic * move calc_sources_parabolic to right place, fix naming * pass in equations_parabolic instead of equations * fix incorrect equations_parabolic placement * forgot "_parabolic" * pass in equations_parabolic by default * add elixir and test * use `source_terms_parabolic` instead of `source_terms` * Update test/test_parabolic_1d.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * add dgmulti elixir and test Note: does not converge optimally since only BR1 is supported for DGMulti at the moment * fix spelling of calc_sources_parabolic! * add parabolic CFL for DGMulti * remove extra "TreeMesh" instance * add NEWS.md * apply formatting * add docs for gradient-dependent source terms * add 2d elixir modified calc_sources_parabolic! to use equations_parabolic instead of equations_parabolic.equations * add 3d elixir implemented equivalent 3d example and equivalent modification to calc_sources_parabolic! as equations_parabolic.equations does not exist for, say LaplaceDiffusion * apply suggestion changes * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * update comments * fix conflict * use EXAMPLES_DIR instead * fix test values * formatting * Update parabolic_source_terms.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * update docstring * updating literate docs * adding parabolic source term demo to docs build scripts * fix test values and EXAMPLES_DIR * formatting * fix bug in DGMulti implementation, update test * add 2D and 3D tests * updated NavierStokes test to use `max_dt` with non-constant diffusivity * Revert "updated NavierStokes test to use `max_dt` with non-constant diffusivity" This reverts commit 45373c633. * Update examples/dgmulti_1d/elixir_a... (continued)
135 of 139 new or added lines in 10 files covered. (97.12%)
42779 of 44096 relevant lines covered (97.01%)
38479299.47 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
91.25 |
0.02% | src/solvers/dgmulti/dg_parabolic.jl |
| 1 |
94.84 |
-0.06% | src/solvers/dgsem_tree/dg_1d_parabolic.jl |
| 1 |
96.03 |
-0.06% | src/solvers/dgsem_tree/dg_2d_parabolic.jl |
| 1 |
96.36 |
-0.08% | src/solvers/dgsem_tree/dg_3d_parabolic.jl |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 20844634317.1 | 560 |
97.01 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|