Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Check tests #106

Draft
wants to merge 660 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
660 commits
Select commit Hold shift + click to select a range
c8f4cd0
Cleanup for `GaussSBP` (#1296)
jlchan Dec 14, 2022
2213213
Remove not needed code for StructuredMesh
bennibolm Dec 15, 2022
791216e
Merge lambda function
bennibolm Dec 15, 2022
69a0271
Fix SSPRK method
bennibolm Dec 19, 2022
9403ef1
remove mistake in documentation (#1303)
JoshuaLampert Dec 19, 2022
534332b
set version to v0.4.58
ranocha Dec 20, 2022
0fd86e4
set development version to v0.4.59-pre
ranocha Dec 20, 2022
8748f3a
Fix tests related to `StartUpDG.inverse_trace_constant` warnings (#1305)
jlchan Dec 21, 2022
056147d
Add utility function to store solution data in a point-wise Tecplot A…
sloede Dec 22, 2022
465dc35
set version to v0.4.59
ranocha Dec 23, 2022
041f298
set development version to v0.4.60-pre
ranocha Dec 23, 2022
244eae1
`p4est` bindings generated with Clang.jl (#1184)
ranocha Dec 24, 2022
e072790
breaking changes for Trixi.jl v0.5 (#1302)
ranocha Dec 24, 2022
ff4d185
Add time spent in GC and memory allocations to analysis output (#1288)
sloede Dec 24, 2022
a80105b
set version to v0.5.0
ranocha Dec 24, 2022
1485d12
set development version to v0.5.1-pre
ranocha Dec 24, 2022
68a097c
CompatHelper: bump compat for Trixi to 0.5 for package benchmark, (ke…
github-actions[bot] Dec 25, 2022
9956630
Print info on potential wait time in `trixi_include` only in serial r…
sloede Dec 25, 2022
eafa05d
set version to v0.5.1
ranocha Dec 25, 2022
0b952f4
Bump version to 0.5.2-pre
sloede Dec 28, 2022
11e9d23
Add docstrings for "each_..." functions; Resolve #1267 (#1313)
DanielDoehring Dec 30, 2022
b748400
HLLE for 1D & 3D Compressible Euler (#1254)
DanielDoehring Jan 2, 2023
b5096b7
set version to v0.5.2
ranocha Jan 2, 2023
80f51a9
set development version to v0.5.3-pre
ranocha Jan 2, 2023
d77c780
update compat bound of Polyester.jl to include v0.7 (#1321)
ranocha Jan 4, 2023
a855ca7
set version to v0.5.3
ranocha Jan 4, 2023
53189b3
set development version to v0.5.4-pre
ranocha Jan 4, 2023
dbcea9c
move GeometryBasics to Makie requires block (#1322)
ranocha Jan 6, 2023
7d48471
set version to v0.5.4
ranocha Jan 7, 2023
cceba36
set development version to v0.5.5-pre
ranocha Jan 7, 2023
db9dfed
Fix MCL limitation
bennibolm Jan 10, 2023
dc85a2c
Reduce unnecessary calculations
bennibolm Jan 10, 2023
0c44f35
Revise BoundsCheck
bennibolm Jan 11, 2023
4fe13ac
Add previous solution to calculation of Bounds
bennibolm Jan 11, 2023
9090c06
Remove not-needed text; Rename in elixirs
bennibolm Jan 11, 2023
d813c92
Update StartUpDG to v0.15 (#1324)
jlchan Jan 11, 2023
4c7f73c
Rename u_safe; Remove u_old
bennibolm Jan 11, 2023
b082440
Add explanations
bennibolm Jan 11, 2023
44eddd1
set version to 0.5.5
ranocha Jan 12, 2023
3ee1bf6
set development version to 0.5.6-pre
ranocha Jan 12, 2023
d413073
Fix create_cache
bennibolm Jan 12, 2023
4c87a69
Revise BoundsCheck
bennibolm Jan 16, 2023
434ac2f
Rescale variable
bennibolm Jan 16, 2023
a6092c7
Fix bugs when run with MPI (#1326)
JoshuaLampert Jan 17, 2023
9bf83d2
Add alternative BoundsCheck
bennibolm Jan 17, 2023
9216765
Add BoundsCheck as comment
bennibolm Jan 17, 2023
c3c1e44
Fix index error
bennibolm Jan 17, 2023
3d30839
Revise limiting of g
bennibolm Jan 17, 2023
93b2e59
Correct indices in limitation
bennibolm Jan 17, 2023
ae78220
Merge branch 'ma-bolm-2022' of https://github.com/bennibolm/Trixi.jl …
bennibolm Jan 18, 2023
2c72a75
Create Code of Conduct (#1328)
sloede Jan 18, 2023
8b51138
Fixed BoundCheck for limited bar states and specified type for `start…
amrueda Jan 18, 2023
a11fc4b
Fixed indexing for the new computation of the limited fluxes for velo…
amrueda Jan 18, 2023
a089fe9
set version to v0.5.6
ranocha Jan 18, 2023
68b148e
set development version to 0.5.7-pre
ranocha Jan 18, 2023
13da00c
Correct variable names; Add ( ) in g limitation
bennibolm Jan 19, 2023
e5c66e1
fix docstring of boundary_condition_do_nothing (#1333)
ranocha Jan 19, 2023
7ac5ebc
fix `boundary_condition_do_nothing` (#1335)
ranocha Jan 20, 2023
2d884f5
set version to v0.5.7
ranocha Jan 22, 2023
1d0bd3c
set development version to v0.5.8-pre
ranocha Jan 22, 2023
0663513
Add documentation of distribution of cells for `P4estMesh` with MPI (…
JoshuaLampert Jan 22, 2023
2cc6f2b
Merge branch 'main' into ma-bolm-2022
bennibolm Jan 24, 2023
4c3d9c1
Add a debugging section to the documentation (#1337)
patrickersing Jan 25, 2023
01fc24b
Modified calcflux_antidiffusive_limited! to match my notes
amrueda Jan 27, 2023
4c8e50c
Allow turning coarsening for `P4estMesh` on and off (#1342)
JoshuaLampert Jan 27, 2023
f0e4b50
set version to v0.5.8
ranocha Jan 28, 2023
edd0e50
set development version to v0.5.9-pre
ranocha Jan 28, 2023
240ccf2
add Joshua Lampert to Trixi authors (#1344)
ranocha Jan 28, 2023
f815d89
Add PID computation (#1314)
sloede Jan 29, 2023
06efcac
set version to v0.5.9
ranocha Jan 29, 2023
033b1c2
set development version to v0.5.10-pre
ranocha Jan 29, 2023
fefca4f
Swapped antidiffusive fluxes, such that they match Kuzmin's & Hajduk'…
amrueda Jan 30, 2023
11f1aca
Added new MCL limiters
amrueda Feb 1, 2023
49fcef1
change initialization of integral to allow empty u (#1345)
JoshuaLampert Feb 1, 2023
ced33bc
Extend documentation of `tmpi` (#1346)
JoshuaLampert Feb 2, 2023
1f06589
set version to v0.5.10
ranocha Feb 2, 2023
885148e
set development version to v0.5.11-pre
ranocha Feb 2, 2023
3f48f64
Compressible Navier-Stokes on TreeMesh3D (#1239)
andrewwinters5000 Feb 2, 2023
435b9db
set version to 0.5.11
ranocha Feb 3, 2023
fa09f56
set development version to 0.5.12-pre
ranocha Feb 3, 2023
edca231
Implemented a characteristics based BC for Euler 2D
amrueda Feb 3, 2023
79db77e
Update NEWS.md (#1348)
ranocha Feb 3, 2023
0d4fef4
Speed up `BoundaryConditionCharacteristic`
bennibolm Feb 5, 2023
9b4875d
add section on system-provided MPI in documentation (#1349)
JoshuaLampert Feb 6, 2023
9425e31
Restructure `for` loops in BoundsCheck
bennibolm Feb 6, 2023
f8cde1b
Fix bug in bar state calculation for StrucuturedMesh
bennibolm Feb 7, 2023
10460e2
Added a new pressure positivity limiter (less dissipative than Kuzmin's)
amrueda Feb 8, 2023
3d16f09
Revert antidiffusive flux for IDP
bennibolm Feb 8, 2023
1eab85e
Add `BoundaryConditionCharacteristic` for StructuredMesh
bennibolm Feb 8, 2023
0948688
Add semidiscrete entropy fix for Cartesian Meshes
bennibolm Feb 8, 2023
ecba746
Fix `summary_bounds_check` after renaming PressureLimiters
bennibolm Feb 9, 2023
838cc0e
MCL: DensityAlphaForAll can be used in combination with DensityPositi…
amrueda Feb 9, 2023
f17f845
Check bounds for pressure without `SequentialLimiter` and `Conservati…
bennibolm Feb 9, 2023
88dbf5c
Saving the course of the minimal alpha over time
bennibolm Feb 9, 2023
3621eed
Add average alpha for MCL and TreeMesh2D
bennibolm Feb 9, 2023
05b1f58
Complete saving alphas
bennibolm Feb 9, 2023
4208368
Revise saving of deviations and alphas
bennibolm Feb 9, 2023
0f665b0
Remove Vectors for alpha_mean and alpha_max
bennibolm Feb 9, 2023
f4a6414
Fix bug in new pressure positivity limiter
amrueda Feb 9, 2023
22e9b17
Fix alpha_max for IDP; Rename variables and functions
bennibolm Feb 12, 2023
b407fa7
Merge branch 'ma-bolm-2022-indices' of https://github.com/bennibolm/T…
bennibolm Feb 12, 2023
28d68c3
Fix last commit
bennibolm Feb 12, 2023
199c8ab
Reset alpha_max, alpha_mean every time step (IDP)
bennibolm Feb 12, 2023
d32051c
Fix output of alphas for IDP; Rename functions
bennibolm Feb 12, 2023
8f4e8aa
Reset alpha_max_avg
bennibolm Feb 12, 2023
4a74b85
Merge branch 'ma-bolm-2022-indices' of https://github.com/bennibolm/T…
bennibolm Feb 12, 2023
8dddbcd
Move reset of alphas
bennibolm Feb 12, 2023
c4ec2fa
Fix alphas for first time step (MCL)
bennibolm Feb 14, 2023
8ff31e7
Fix last commit
bennibolm Feb 14, 2023
5ac90f9
Added possibility to use the exact or simplified version of Kuzmin's …
amrueda Feb 14, 2023
c8e3ac0
parabolic RHS comes first in SplitODEProblem (#1356)
ranocha Feb 14, 2023
d88a80c
set version to v0.5.12
ranocha Feb 15, 2023
d737bfb
set development version to v0.5.13-pre
ranocha Feb 15, 2023
e69d066
Extra instructions for docs build on a fork (#1355)
andrewwinters5000 Feb 15, 2023
eb2fd59
Fix variable names
bennibolm Feb 23, 2023
d9c9cd7
Revise calculation of our blending coefficient
bennibolm Feb 23, 2023
d7dfb22
Add average calculation of alpha and Kuzmins coefficient
bennibolm Feb 23, 2023
a0ba531
Added computation of alpha_mean for pressure and entropy limiters, an…
amrueda Feb 24, 2023
43e544e
Fixed computation of alpha_mean for pressure and entropy
amrueda Feb 24, 2023
9393a57
Revise structure in dg_2d.jl
bennibolm Feb 24, 2023
b1b1c03
Add txt output for alpha_entropy; Plus output for alpha_mean and alph…
bennibolm Feb 24, 2023
6e9637f
Add simple reflecting Euler wall as outer boundary state for slip wal…
bennibolm Feb 26, 2023
09f4dd7
Update FCT/IDP and MCL elixirs
bennibolm Feb 27, 2023
1885c83
enable dependabot for GitHub actions (#1360)
ranocha Mar 8, 2023
7c8b177
Hotfix issues coming from Flux v0.13.13 (#1368)
sloede Mar 9, 2023
addaff0
Bump codecov/codecov-action from 1 to 3 (#1362)
dependabot[bot] Mar 10, 2023
06407f4
import compute_coefficients from SummationByPartsOperators (#1359)
ranocha Mar 10, 2023
cd92502
follow SciMLBase update destats -> stats (#1372)
ranocha Mar 15, 2023
024af56
Fix that rank with no element gets stuck (#1366)
JoshuaLampert Mar 15, 2023
1ecbe08
set version to v0.5.13
ranocha Mar 16, 2023
4892a42
set development version to v0.5.14-pre
ranocha Mar 16, 2023
a0fa4ae
Division by zero in zero function case (#1371)
Arpit-Babbar Mar 16, 2023
f7a21bf
switch to SimpleUnPack.jl (#1376)
ranocha Mar 17, 2023
9e83c98
Correct LaTex Syntax for Linearized Euler Eqs (#1377)
DanielDoehring Mar 17, 2023
01e0231
set version to v0.5.14
ranocha Mar 18, 2023
51c7701
set development version to v0.5.15-pre
ranocha Mar 18, 2023
a256191
Add correlation factor beta to MCL positivity limiter
bennibolm Mar 28, 2023
f2f7d64
Add correlation factor to BoundsCheck
bennibolm Mar 28, 2023
90eb54a
Remove interfaces contribution to alpha_mean if not required
bennibolm Mar 28, 2023
76e2d16
Describe use of a `run` directory for local Trixi development (#1379)
sloede Apr 1, 2023
dacf28a
CompatHelper: bump compat for FillArrays to 1, (keep existing compat)…
github-actions[bot] Apr 1, 2023
5d1295c
set version to v0.5.15
ranocha Apr 2, 2023
5b9a431
set development version to v0.5.16-pre
ranocha Apr 2, 2023
afa05fc
Update elixirs
bennibolm Apr 4, 2023
ca10fce
Rename alpha_min txt file
bennibolm Apr 4, 2023
400b9ea
Fix `invert_jacobian!` for `GaussSBP` solver on curved meshes (#1381)
jlchan Apr 5, 2023
4ffe88e
Gitlab -> GitHub nomenclature (#1383)
ranocha Apr 5, 2023
3a315b1
Add HOHQMesh capabilities to `DGMulti` (#1382)
jlchan Apr 6, 2023
8a182e2
support curved meshes for `DGMulti` with `VolumeIntegralWeakForm` (#1…
jlchan Apr 6, 2023
12fe7fb
Unify `DGMultiMesh` constructor signature, update `overview.md` (#1386)
jlchan Apr 10, 2023
bb8ac5c
test Trixi with StartUpDG v0.16 (#1387)
jlchan Apr 10, 2023
d802837
set version to v0.5.16
ranocha Apr 11, 2023
628aee3
set development version to v0.5.17-pre
ranocha Apr 11, 2023
601af82
Add funding agency logos and update acknowledgements (#1391)
sloede Apr 13, 2023
bae6f34
ignore "run" directory (#1396)
jlchan Apr 14, 2023
db0d9d9
Clean up curved `DGMulti` solvers (#1394)
jlchan Apr 16, 2023
37b43ba
Change "Trixi" to "Trixi.jl" in all textual contexts (#1395)
sloede Apr 17, 2023
301ac53
Introduce `ode_default_options` to work with MPI (#1384)
JoshuaLampert Apr 17, 2023
27df515
set version to v0.5.17
ranocha Apr 18, 2023
c2aef2d
set development version to v0.5.18-pre
ranocha Apr 18, 2023
cc2cda4
fix typo and hyperlinks in docs (#1401)
JoshuaLampert Apr 18, 2023
5e28148
Two-layer shallow water equations (#1297)
patrickersing Apr 19, 2023
82932dd
check for allocations from mortars (#1405)
ranocha Apr 20, 2023
2ce5a88
fix maxiters detection after semicolon (#1407)
ranocha Apr 23, 2023
df497b1
Combined funding logos (#1406)
andrewwinters5000 Apr 24, 2023
8868079
set version to v0.5.18
ranocha Apr 24, 2023
7b5b0bd
set development version to v0.5.19-pre
ranocha Apr 24, 2023
d952106
Some cleanup (#1408)
ranocha Apr 24, 2023
891fb8d
Disable test(s) that fail often on GitHub CI for Windows/MPI (#1398)
sloede Apr 26, 2023
25753c6
Correct some typos (#1411)
goggle Apr 27, 2023
8b7e3a1
add SpellCheck CI (#1412)
ranocha Apr 27, 2023
8c44d9c
Fix affiliation (#1415)
sloede Apr 28, 2023
f5e6f21
Split `misc_part3` into two CI jobs to speed up CI times. (#1414)
sloede Apr 28, 2023
458daa8
`DGMulti` support for curved meshes and parabolic terms (#1400)
jlchan Apr 28, 2023
cbacd14
Add option to `SaveSolutionCallback` to save in regular intervals in …
efaulhaber Apr 29, 2023
2846e50
Imex (#1357)
SigrunOrtleb Apr 29, 2023
78424b8
fix typos (#1417)
JoshuaLampert Apr 29, 2023
dafabd7
Bump crate-ci/typos from 1.14.6 to 1.14.8 (#1420)
dependabot[bot] May 1, 2023
f404661
fix some type instabilities (#1419)
jlchan May 2, 2023
0dbf6c6
set version to v0.5.19
ranocha May 2, 2023
d66ae31
set development version to v0.5.20-pre
ranocha May 2, 2023
5133c36
fix docstring of trixi_include (#1422)
ranocha May 3, 2023
ab5dbee
Add elixir for shallow water equations with `P4estMesh` (#1424)
JoshuaLampert May 3, 2023
252d18d
`typeof(stdout)` -> `Base.TTY` for precompile statements (#1428)
ranocha May 7, 2023
4b6ba03
Bump version to v0.5.20
sloede May 7, 2023
1a4b223
Set development version v0.5.21-pre
sloede May 7, 2023
4837f82
Fixed small error in README.md (#1430)
amrueda May 8, 2023
1397e58
Replace hardcoded Float64 in MPI buffers with uEltype (#1429)
ArseniyKholod May 8, 2023
aeb08f8
set version to v0.5.21
ranocha May 8, 2023
3b78369
set development version to v0.5.22-pre
ranocha May 8, 2023
a5f1a9c
fix definition of init_mpi_data_structures (#1432)
ranocha May 9, 2023
e6b3b87
Bump crate-ci/typos from 1.14.8 to 1.14.9 (#1433)
dependabot[bot] May 9, 2023
6613be6
set version to v0.5.22
ranocha May 9, 2023
7dd4232
set development version to v0.5.23-pre
ranocha May 9, 2023
edf9af6
Merge branch 'main' into ma-bolm-2022
bennibolm May 9, 2023
111e5d1
Use name change
bennibolm May 9, 2023
dcc857b
Use `pkgdir` instead of `pathof` (#1446)
ranocha May 11, 2023
8bd2646
check CI with old version of MPI.jl (#1450)
ranocha May 12, 2023
3a3692d
precompile less when running tests
ranocha May 12, 2023
445612c
Revert "precompile less when running tests"
ranocha May 12, 2023
64ede2a
Remove PressurePositivityLimiter
bennibolm May 12, 2023
17583e3
Sort precompile options alphabetically (#1456)
sloede May 12, 2023
6df64e9
precompile less when running tests (#1455)
ranocha May 12, 2023
8d8619c
specialize `calc_boundary_flux!` for nonconservative terms for `DGMul…
jlchan May 14, 2023
f581b9d
precompile tweaks (#1464)
ranocha May 14, 2023
3096a38
MPI: Handle sanity checks during initialization of unstructured bound…
ArseniyKholod May 15, 2023
2ddf030
Add `@autoinfiltrate` for simple, ad-hoc interactive debugging (#1465)
sloede May 15, 2023
6e5ea13
preparation for `DGMulti` shock capturing (#1458)
jlchan May 16, 2023
db907d7
change calc_surface_integral! signature for consistency (#1467)
jlchan May 16, 2023
bc68423
allow MPI.jl v0.20.* (#1472)
ranocha May 16, 2023
026d13d
Fix broken ref in documentation (#1473)
sloede May 16, 2023
5ab925a
Add function barrier to fix HG shock capturing on macOS ARM (#1462)
efaulhaber May 16, 2023
2808d4e
Update scalar_linear_advection_1d.jl (#1477)
MarkLopat May 16, 2023
9f081dc
Add Hennemann-Gassner shock capturing for `DGMulti` `GaussSBP` solver…
jlchan May 16, 2023
30fa9c9
set version to v0.5.23
ranocha May 17, 2023
fa04120
set development version to v0.5.24-pre
ranocha May 17, 2023
ecec28d
Support `GaussSBP` shock capturing on curved meshes (#1478)
jlchan May 17, 2023
252b540
Merge branch 'main' into ma-bolm-2022
bennibolm May 17, 2023
286b47d
remove unused function mpi_isparallel (#1481)
ranocha May 17, 2023
5feb5da
More FDSBP tests and fixes (#1482)
ranocha May 18, 2023
f739a20
Update scalar_linear_advection_1d.jl (#1483)
jlchan May 19, 2023
cdf53c7
set version to v0.5.24
ranocha May 19, 2023
153ef65
set development version to v0.5.25-pre
ranocha May 19, 2023
3b0e2f6
merge branch 'main' into ma-bolm-2022
bennibolm May 22, 2023
86be8d4
Adjust and fix tests
bennibolm May 22, 2023
3bf2419
Fix test
bennibolm May 23, 2023
a56aab2
Adjust output of summary callback
bennibolm May 24, 2023
2cd3486
Fix output
bennibolm May 24, 2023
9bd246f
improve docstring of analysis callback (#1487)
jmbender May 25, 2023
711d4d8
Parallel I/O (#1399)
JoshuaLampert May 26, 2023
dd506d4
Merge branch 'main' into ma-bolm-2022
bennibolm May 26, 2023
d8d6b61
Fix tests
bennibolm May 26, 2023
f6c5bce
First order finite volume 1D (#1489)
jmbender May 26, 2023
72c32e9
set version to v0.5.25
ranocha May 26, 2023
ee5a3a3
set development version to v0.5.26-pre
ranocha May 26, 2023
1d87520
Change parabolic `apply_jacobian!` to `apply_jacobian_parabolic!` (#1…
jlchan May 27, 2023
5197fcb
fix docstring of iplot (#1496)
ranocha May 28, 2023
da457e4
move Linux MPI to separate CI job (#1497)
ranocha May 29, 2023
eca75cf
Add package extension for Makie (#1494)
sloede May 29, 2023
1cdd6cf
Bump crate-ci/typos from 1.14.9 to 1.14.11 (#1498)
dependabot[bot] May 29, 2023
9ab2171
Bump version number to v0.5.26
sloede May 30, 2023
b014374
Set development version v0.5.27-pre
sloede May 30, 2023
e73b68d
Help user when trying to run functions from not-yet-loaded extension …
sloede May 30, 2023
7d7e975
move CI to Julia 1.9 (#1316)
ranocha May 30, 2023
390a2fc
set version to v0.5.27
ranocha May 30, 2023
29e0ba5
set development version to v0.5.28-pre
ranocha May 30, 2023
cba64ed
Add MCL tests
bennibolm May 31, 2023
fd60818
Merge branch 'main' into ma-bolm-2022
bennibolm May 31, 2023
ad7682e
Fix test
bennibolm May 31, 2023
77be404
Add tests using `StructuredMesh`
bennibolm Jun 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
set development version to v0.5.3-pre
  • Loading branch information
ranocha committed Jan 2, 2023
commit 80f51a98dbb24ce35395f4aa99b8587b410015ac
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Trixi"
uuid = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
authors = ["Michael Schlottke-Lakemper <m.schlottke-lakemper@hlrs.de>", "Gregor Gassner <ggassner@uni-koeln.de>", "Hendrik Ranocha <mail@ranocha.de>", "Andrew R. Winters <andrew.ross.winters@liu.se>", "Jesse Chan <jesse.chan@rice.edu>"]
version = "0.5.2"
version = "0.5.3-pre"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand Down