Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
5c55d00
Added 3D multi-ion GLM-MHD equations for the TreeMesh solver
amrueda Dec 19, 2024
0d72a48
Larger threshold for allocations is not really needed
amrueda Dec 19, 2024
0e4b390
Merge branch 'main' into arr/multi-ion_mhd_3d
amrueda Dec 20, 2024
fb44143
Merge branch 'main' into arr/multi-ion_mhd_3d
amrueda Jan 6, 2025
d3bc89f
Unify create_cache for ControllerThreeLevel and ControllerThreeLevelC…
amrueda Feb 14, 2025
4be6415
Moved create_cache function for ControllerThreeLevel* into amr_dg.jl
amrueda Feb 17, 2025
65a8052
Merge branch 'main' into arr/amr_controller_cache
amrueda Feb 17, 2025
9505d75
Added second balance operation for p8est in function balance!
amrueda Feb 17, 2025
6593845
Merge branch 'arr/amr_controller_cache' into io_simulations
amrueda Feb 17, 2025
42b2d39
Added test for p8est balance issue
amrueda Feb 17, 2025
2e83ded
Merge branch 'main' into arr/p8est_balance
ranocha Feb 17, 2025
849a1ea
Merge branch 'main' into arr/p8est_balance
ranocha Feb 18, 2025
57b1781
Use number of threads for performance indices
amrueda Feb 19, 2025
d681d01
Merge branch 'arr/pid_with_threads' into io_simulations
amrueda Feb 19, 2025
dccf2c9
Merge branch 'main' into arr/multi-ion_mhd_3d
amrueda Feb 19, 2025
b802df3
Added a description for the density fractions
amrueda Feb 19, 2025
39fcf8f
Removed unneeded sqrt(v)^2
amrueda Feb 19, 2025
bd31ce1
Update examples/tree_3d_dgsem/elixir_mhdmultiion_ec.jl
amrueda Feb 19, 2025
bb1fd77
Updated NEWS.md
amrueda Feb 19, 2025
0a872c2
Added some 3D multi-ion MHD fluxes for curvilinear solvers
amrueda Feb 19, 2025
b8a7007
Fixed bug in the computation of the fastest magnetosonic wavespeed
amrueda Feb 19, 2025
f58d8ec
Merge branch 'main' into arr/multi-ion_mhd_3d
amrueda Feb 20, 2025
7a570b1
Updated test reference values after bug fix
amrueda Feb 20, 2025
ddd02cb
Moved news entry
amrueda Feb 20, 2025
69cc98a
Update examples/tree_3d_dgsem/elixir_mhdmultiion_ec.jl
amrueda Feb 20, 2025
4870472
Merge branch 'main' into arr/multi-ion_mhd_3d
amrueda Feb 20, 2025
c314001
Merge branch 'arr/multi-ion_mhd_3d' into arr/multi-ion_mhd_3d_curvili…
amrueda Feb 20, 2025
a9c79d7
move news
ranocha Feb 20, 2025
fa5037c
Update examples/tree_3d_dgsem/elixir_mhdmultiion_ec.jl
amrueda Feb 20, 2025
9518339
Merge branch 'main' into arr/multi-ion_mhd_3d
amrueda Feb 20, 2025
e45a422
Merge branch 'main' into arr/multi-ion_mhd_3d
amrueda Feb 20, 2025
8926274
Added curvilinear EC two-point flux
amrueda Feb 20, 2025
66c061b
Added 3D multi-ion p4est tests
amrueda Feb 20, 2025
b174064
Added missing semicolon that was making the tests fail
amrueda Feb 20, 2025
0ff077f
Merge branch 'arr/multi-ion_mhd_3d' into arr/multi-ion_mhd_3d_curvili…
amrueda Feb 20, 2025
e9007ee
Changed elixir to use ode_default_options()
amrueda Feb 20, 2025
db046ce
Added type instability tests
amrueda Feb 20, 2025
74dbda2
Merge branch 'main' into arr/p8est_balance
amrueda Feb 20, 2025
e0b90dc
Merge branch 'arr/multi-ion_mhd_3d_curvilinear' into io_simulations
amrueda Feb 20, 2025
aa14641
Added files to run on Odin
amrueda Feb 20, 2025
935973d
Added density_pressure function
amrueda Feb 20, 2025
ae621cb
Merge branch 'main' into arr/multi-ion_mhd_3d_curvilinear
amrueda Feb 21, 2025
142f8bb
Update examples/p4est_3d_dgsem/elixir_mhdmultiion_ec.jl
amrueda Feb 21, 2025
a59e3a3
Adjusted magnetosonic speed for neutrals
amrueda Feb 24, 2025
cb699ff
Merge branch 'main' into arr/multi-ion_mhd_3d_curvilinear
amrueda Feb 27, 2025
18a5e9f
Apply suggestions from code review
amrueda Feb 27, 2025
5132f7a
Enabled collision sources for 3D multi-ion MHD
amrueda Feb 27, 2025
431309a
Merge branch 'arr/mhd_multiion_collisions_3d' into io_simulations
amrueda Feb 27, 2025
7cad12b
Merge branch 'main' into arr/p8est_balance
amrueda Mar 25, 2025
3bc4436
Merge branch 'main' into arr/p8est_balance
amrueda Apr 23, 2025
7b9a40d
add positivity limiter to the amr callback
patrickersing May 9, 2025
318bfad
remove duplicate limiter! argument
patrickersing May 9, 2025
f98cd62
Merge branch 'main' into amr_limiter
patrickersing May 9, 2025
e221e40
Update src/callbacks_step/amr.jl
patrickersing May 10, 2025
f037ea2
Merge branch 'main' into arr/p8est_balance
amrueda May 19, 2025
5a8fe89
Merge branch 'arr/p8est_balance' into io_simulations
amrueda May 19, 2025
5faaf4d
Merge branch 'main' into amr_limiter
DanielDoehring Jun 28, 2025
9d18818
Merge branch 'main' into io_simulations
amrueda Jul 14, 2025
0960f06
Merge branch 'amr_limiter' into io_simulations
amrueda Jul 14, 2025
43cd98d
moving out `OneTo` in `DGMulti` shock capturing (#2469)
dannys4 Jul 16, 2025
6b8d05d
Use Adapt.jl to change storage and element type (#2212)
vchuravy Jul 17, 2025
b3da665
set version to v0.12.7
ranocha Jul 18, 2025
2bc1208
set development version to v0.12.8-DEV
ranocha Jul 18, 2025
dbf254b
CompatHelper: add new compat entry for Adapt at version 4 for package…
github-actions[bot] Jul 18, 2025
c3cee00
Support serial execution and introduce backend preference (#2476)
vchuravy Jul 21, 2025
c9d975f
Change default wave speed for Local Lax-Friedrichs (#2458)
DanielDoehring Jul 21, 2025
ad004db
Remove AMDGPU extension (#2485)
vchuravy Jul 21, 2025
159b9e3
remove deprecations (#2483)
ranocha Jul 21, 2025
b3cc5ac
Example 1D Visualization Callback (#2468)
DanielDoehring Jul 21, 2025
1a59911
set version to v0.13.0
ranocha Jul 21, 2025
17340bd
set development version to v0.13.1-DEV
ranocha Jul 21, 2025
1d4bea9
CompatHelper: bump compat for Trixi to 0.13 for package benchmark, (k…
github-actions[bot] Jul 22, 2025
cba534b
Simplify time integrators (#2481)
DanielDoehring Jul 22, 2025
6b0f725
R-RK: Newton and sub-diagonal schemes only (#2480)
DanielDoehring Jul 23, 2025
f584142
Remove trainling comma `,` in tests (#2495)
DanielDoehring Jul 24, 2025
a9cf615
Add mailmap (#2487)
vchuravy Jul 24, 2025
137c5fc
[Preferences] Fix use of symbol for _PREFERENCE_THREADING (#2496)
vchuravy Jul 24, 2025
b9df79c
(Entropy) Relaxation Runge-Kutta for fully entropy-conservative/stabl…
DanielDoehring Jul 24, 2025
d26362f
set version to v0.13.1
ranocha Jul 24, 2025
3370de6
set development version to v0.13.2-DEV
ranocha Jul 24, 2025
e58392c
CompatHelper: bump compat for CodeTracking to 2, (keep existing compa…
github-actions[bot] Jul 25, 2025
035aec0
remove FFMPEG.jl from test dependencies (#2501)
JoshuaLampert Jul 29, 2025
13fd168
Add Elixir for Measurements.jl (#2504)
DanielDoehring Jul 31, 2025
b9376e8
Close-up Mach 3 Cylinder Bow-Shock Elixir (#2503)
DanielDoehring Jul 31, 2025
52606cc
Refactor custom SSPRK code to be consistent (#2510)
bennibolm Aug 2, 2025
3ce2033
Remove redundant `function solve(` for relaxation integrators (#2509)
DanielDoehring Aug 2, 2025
88fcef5
fix jacobian_fd if state is (almost) zero (#2514)
JoshuaLampert Aug 8, 2025
b26c58f
Jacobian via ForwardDiff for parabolic part only (#2513)
DanielDoehring Aug 8, 2025
531ee91
`return nothing` where nothing is returned (#2516)
DanielDoehring Aug 10, 2025
3082d8a
Mention Solver Source Code Logic in Docs (#2519)
DanielDoehring Aug 12, 2025
9b51a54
Correct dispatch for `create_cache` of mortars (#2520)
DanielDoehring Aug 12, 2025
d9236b6
`eachindex` instead of `1:length` (#2521)
DanielDoehring Aug 15, 2025
2fde8ed
Improve computation of epsilon in jacobian_fd (#2522)
JoshuaLampert Aug 19, 2025
c6e7e96
set version to v0.13.2
ranocha Aug 19, 2025
31effc0
set development version to v0.13.3-DEV
ranocha Aug 19, 2025
6ebd7a9
`return nothing` & helper functions for custom time integrators (#2517)
DanielDoehring Aug 19, 2025
13f1028
Revert "Add Elixir for Measurements.jl (#2504)" (#2525)
vchuravy Aug 19, 2025
5593691
Rename elixir_euler_OMNERA_M6_wing.jl to elixir_euler_ONERA_M6_wing.j…
DanielDoehring Aug 20, 2025
f7aff1b
Fix variable name from `v` to `v_1` (#2527)
DanielDoehring Aug 23, 2025
45823ed
CompatHelper: bump compat for Triangulate to 3, (keep existing compat…
github-actions[bot] Aug 23, 2025
e322804
Rename `_airfoil` -> `_plane` for CRM, simplify `u_inf` (#2531)
DanielDoehring Aug 25, 2025
8356cfc
Specialize `SubcellLimiterIDP` for certain equations (#2461)
patrickersing Aug 26, 2025
7087013
set version to v0.13.3
ranocha Aug 26, 2025
9c54c12
set development version to v0.13.4-DEV
ranocha Aug 26, 2025
fc31b31
Debug `P4estElementContainer` (#2533)
DanielDoehring Aug 27, 2025
ee2c01e
Update initial state integrals after initial refinement process (#2537)
bennibolm Aug 28, 2025
d559053
Comprehensive advanced type testing via AD Jacobians (#2534)
DanielDoehring Aug 28, 2025
03bebfc
Make `max_dt` more efficient for `constant_speed::True` (#2535)
DanielDoehring Aug 28, 2025
b954e85
set version to v0.13.4
ranocha Aug 29, 2025
1d1daf9
set development version to v0.13.5-DEV
ranocha Aug 29, 2025
aa192cc
Make line breaks in `get_contravariant_vector` semantic & consistent …
DanielDoehring Sep 1, 2025
1c29507
Use Jacobian-free Newton-Krylov for SDIRK time integrators (#2505)
DanielDoehring Sep 1, 2025
bbfa5c5
`uType <: AbstractVector` for code verbosity (#2539)
DanielDoehring Sep 1, 2025
6279ed1
fix precompile after SciMLBase update to 2.115 (#2549)
ranocha Sep 2, 2025
33e9fd8
Bump actions/checkout from 4 to 5 (#2547)
dependabot[bot] Sep 2, 2025
84ac9d9
set version to v0.13.5
ranocha Sep 2, 2025
d3ef921
set development version to v0.13.6-DEV
ranocha Sep 2, 2025
7f7035f
Bump crate-ci/typos from 1.34.0 to 1.35.7 (#2548)
dependabot[bot] Sep 2, 2025
89e8e59
Bump actions/download-artifact from 4 to 5 (#2546)
dependabot[bot] Sep 2, 2025
28bd001
Jacobian sparsity pattern via `SparseConnectivityTracer` and `SparseM…
DanielDoehring Sep 3, 2025
ae35f82
Single out `u_mean` computation into function (#2541)
DanielDoehring Sep 3, 2025
0821209
Small cleanup of `flux_kennedy_gruber` (#2551)
MarcoArtiano Sep 4, 2025
87bda34
Format code blocks to make it render (#2553)
cwittens Sep 6, 2025
e34b0e0
update mailmap (#2497)
ranocha Sep 8, 2025
c0d8766
CompatHelper: bump compat for DataStructures to 0.19, (keep existing …
github-actions[bot] Sep 8, 2025
8c5e3a6
fix documentation rendering (#2556)
cwittens Sep 9, 2025
3c5ad25
Yet another docu formatting (#2558)
DanielDoehring Sep 9, 2025
71104b6
Finally fix code blocks in list 🤞 (#2557)
sloede Sep 9, 2025
1e53bbb
Subsonic boundary treatment for constant state (#2560)
Arpit-Babbar Sep 9, 2025
52bc291
Clarify `direction` instead of `normal_direction` for `TreeMesh` BCs …
DanielDoehring Sep 10, 2025
f06dbf5
Schulz-Rinne (2D) Riemann Problem (#2561)
DanielDoehring Sep 10, 2025
9acf23d
`PlotData2D` for coupled semidiscretization (#2554)
DanielDoehring Sep 10, 2025
091c17b
add comment to new subsonic elixir (#2563)
ranocha Sep 11, 2025
5e89c75
set version to v0.13.6
ranocha Sep 11, 2025
8f25b08
set development version to v0.13.7-DEV
ranocha Sep 11, 2025
80f711d
Hard-coded scalar scalar advection equation (#2564)
DanielDoehring Sep 11, 2025
cec533a
NSF Example IMEX + more mentions (#2550)
DanielDoehring Sep 12, 2025
1a987c4
Use testing macros from TrixiTest.jl (#2493)
benegee Sep 16, 2025
67609c5
Add a central non-conservative flux for 3D multi-ion MHD and curvilin…
amrueda Sep 18, 2025
2cf59a0
Added CI test
amrueda Sep 18, 2025
30de37a
Merge branch 'arr/flux_nonxons_central_3d' into io_simulations
amrueda Sep 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 6 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
env:

steps:
- label: "CUDA Julia {{matrix.version}}"
matrix:
Expand All @@ -7,12 +9,13 @@ steps:
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
command: |
true
- JuliaCI/julia-test#v1: ~
env:
TRIXI_TEST: "CUDA"
agents:
queue: "juliagpu"
cuda: "*"
if: build.message !~ /\[skip ci\]/
timeout_in_minutes: 60
soft_fail:
- exit_status: 3
- exit_status: 3
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2bc1cc68c4fed509a2a3e71d02b84e0be5c5565b
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v2
with:
version: '1.10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# - mpi
- threaded
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
format-suggestions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: julia-actions/julia-format@v4
with:
version: "1.0.60"
86 changes: 0 additions & 86 deletions .github/workflows/GPUCompat.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/Invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-invalidations@v1
id: invs_pr

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.repository.default_branch }}
- uses: julia-actions/julia-buildpkg@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ReviewChecklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Add review checklist
uses: trixi-framework/add-pr-review-checklist@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/typos@v1.34.0
uses: crate-ci/typos@v1.35.7
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
arch: x64
trixi_test: threaded
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand Down Expand Up @@ -176,8 +176,8 @@ jobs:
# Instead, we use the more tedious approach described above.
# At first, we check out the repository and download all artifacts
# (and list files for debugging).
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- uses: actions/checkout@v5
- uses: actions/download-artifact@v5
- run: ls -R
# Next, we merge the individual coverage files and upload
# the combined results to Coveralls.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- TrixiShallowWater.jl
- TrixiAtmo.jl
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand All @@ -76,7 +76,7 @@ jobs:
# Note: we retrieve the current `main` branch of the downstream package to ensure
# that compatibility errors we make in Trixi.jl are detected already here
# See also https://github.com/trixi-framework/Trixi.jl/pull/1707#discussion_r1382938895
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: trixi-framework/${{ matrix.package }}
path: downstream
Expand Down
19 changes: 19 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Hendrik Ranocha <[email protected]> <[email protected]>
Michael Schlottke-Lakemper <[email protected]> <[email protected]>
Jesse Chan <[email protected]> <[email protected]>
Gregor Gassner <[email protected]>
Gregor Gassner <[email protected]> <[email protected]>
Erik Faulhaber <[email protected]>
Erik Faulhaber <[email protected]> <[email protected]>
Erik Faulhaber <[email protected]> <[email protected]>
Valentin Churavy <[email protected]> <[email protected]>
Benjamin Bolm <[email protected]>
Lars Christmann <[email protected]> <[email protected]>
Felipe Santillan <[email protected]> <loko1@DESKTOP-MP2S0TM>
Benedict Geihe <[email protected]>
Benedict Geihe <[email protected]> <[email protected]>
JuliaOd <[email protected]> <[email protected]>
Daniel Doehring <[email protected]> <[email protected]>
Christof Czernik <[email protected]> <[email protected]>
Felipe Santillan <[email protected]>
Warisa Roongaraya <[email protected]>
45 changes: 38 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ Trixi.jl follows the interpretation of
used in the Julia ecosystem. Notable changes will be documented in this file
for human readability.


## Changes when updating to v0.13 from v0.12.x

#### Changed

- The `polyester` preference got merged with the `native_threading` preference and the `Trixi.set_polyester!`
function got renamed to `Trixi.set_threading_backend!` ([#2476]).
- Default wave-speed estimate used within `flux_lax_friedrichs` changed from `max_abs_speed_naive` to
`max_abs_speed` which is less diffusive.
In v0.13, `flux_lax_friedrichs = FluxLaxFriedrichs(max_abs_speed = max_abs_speed)`
instead of the previous default
`FluxLaxFriedrichs(max_abs_speed = max_abs_speed_naive)` ([#2458]).
- The signature of the `VisualizationCallback` constructor changed.
In the new version, it is mandatory to pass the semidiscretization `semi` to
determine the default plotting type (1D for 1D simulations, 2D for 2D and 3D simulations).
This can further be customized via the keyword argument `plot_data_creator`, which had
the default value `plot_data_creator = PlotData2D` before the change ([#2468]).

#### Removed

- Deprecations introduced in earlier versions of Trixi.jl have been removed.


## Changes in the v0.12 lifecycle

#### Added
- Initial support for adapting data-structures between different storage arrays was added. This enables future work to support GPU with Trixi ([#2212]).

#### Deprecated


## Changes when updating to v0.12 from v0.11.x

#### Added
Expand All @@ -26,10 +57,10 @@ for human readability.

#### Removed

- The shallow-water equation types `ShallowWaterEquations1D`, `ShallowWaterEquations2D`, and
`ShallowWaterEquationsQuasi1D` have been removed from Trixi.jl and are now available via
[TrixiShallowWater.jl](https://github.com/trixi-framework/TrixiShallowWater.jl/).
This also affects the related functions `hydrostatic_reconstruction_audusse_etal`,
- The shallow-water equation types `ShallowWaterEquations1D`, `ShallowWaterEquations2D`, and
`ShallowWaterEquationsQuasi1D` have been removed from Trixi.jl and are now available via
[TrixiShallowWater.jl](https://github.com/trixi-framework/TrixiShallowWater.jl/).
This also affects the related functions `hydrostatic_reconstruction_audusse_etal`,
`flux_nonconservative_audusse_etal`, and `FluxHydrostaticReconstruction`. ([#2379])
- The additional `ìnitial_cache` entries in the caches of `SemidiscretizationHyperbolic`
and `SemidiscretizationHyperbolicParabolic`, and the corresponding keyword arguments of
Expand All @@ -39,7 +70,7 @@ for human readability.

#### Added

- Added symmetry plane/reflective wall velocity+stress boundary conditions for the compressible Navier-Stokes equations in 2D and 3D.
- Added symmetry plane/reflective wall velocity+stress boundary conditions for the compressible Navier-Stokes equations in 2D and 3D.
Currently available only for the `P4estMesh` mesh type, `GradientVariablesPrimitive`, and `Adiabatic` heat boundary condition ([#2416]).
- Added `LaplaceDiffusionEntropyVariables1D`, `LaplaceDiffusionEntropyVariables2D`, and `LaplaceDiffusionEntropyVariables3D`. These add scalar diffusion to each
equation of a system, but apply diffusion in terms of the entropy variables, which symmetrizes the viscous formulation and ensures semi-discrete entropy dissipation ([#2406]).
Expand All @@ -52,8 +83,8 @@ for human readability.

#### Deprecated

- The (2D) aerodynamic coefficients
`DragCoefficientPressure, LiftCoefficientPressure, DragCoefficientShearStress, LiftCoefficientShearStress` have been renamed to
- The (2D) aerodynamic coefficients
`DragCoefficientPressure, LiftCoefficientPressure, DragCoefficientShearStress, LiftCoefficientShearStress` have been renamed to
`DragCoefficientPressure2D, LiftCoefficientPressure2D, DragCoefficientShearStress2D, LiftCoefficientShearStress2D`. ([#2375])

## Changes when updating to v0.11 from v0.10.x
Expand Down
Loading
Loading