From eb84655eb7a84b4f8f0812220059da0c79cbc2ae Mon Sep 17 00:00:00 2001 From: bennibolm Date: Wed, 25 Sep 2024 11:37:36 +0200 Subject: [PATCH] Implement suggestions --- NEWS.md | 3 ++- docs/src/index.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 825cb8710e4..ca70509bb4c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,7 +11,8 @@ for human readability. - The AMR routines for `P4estMesh` and `T8codeMesh` were changed to work on the product of the Jacobian and the conserved variables instead of the conserved variables only to make AMR fully conservative ([#2028]). This may change AMR results slightly. -- Subcell (IDP) limiting is now officially supported and not marked as experimental anymore. +- Subcell (IDP) limiting is now officially supported and not marked as experimental + anymore (see `VolumeIntegralSubcellLimiting`). ## Changes when updating to v0.8 from v0.7.x diff --git a/docs/src/index.md b/docs/src/index.md index 869caaed85f..0e4749dde33 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -30,6 +30,7 @@ installation and postprocessing procedures. Its features include: * Kinetic energy-preserving and entropy-stable methods based on flux differencing * Entropy-stable shock capturing * Positivity-preserving limiting + * Subcell invariant domain-preserving (IDP) limiting * [Finite difference summation by parts (SBP) methods](https://github.com/ranocha/SummationByPartsOperators.jl) * Compatible with the [SciML ecosystem for ordinary differential equations](https://diffeq.sciml.ai/latest/) * [Explicit low-storage Runge-Kutta time integration](https://diffeq.sciml.ai/latest/solvers/ode_solve/#Low-Storage-Methods)