From 1a27ee3bc45682b9eaf9926fd6db92b5fc319951 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Fri, 29 Sep 2023 08:50:19 -0500 Subject: [PATCH] add note on parabolic terms --- docs/src/overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/overview.md b/docs/src/overview.md index 9bc523ca297..9cd11a5df93 100644 --- a/docs/src/overview.md +++ b/docs/src/overview.md @@ -60,9 +60,10 @@ different features on different mesh types. | Flux differencing | ✅ | ✅ | ✅ | ✅ | ✅ | [`VolumeIntegralFluxDifferencing`](@ref) | Shock capturing | ✅ | ✅ | ✅ | ✅ | ❌ | [`VolumeIntegralShockCapturingHG`](@ref) | Nonconservative equations | ✅ | ✅ | ✅ | ✅ | ✅ | e.g., GLM MHD or shallow water equations -| Parabolic terms | ✅ | ✅ | ❌ | ✅ | ✅ | e.g., [`CompressibleNavierStokesDiffusion2D`](@ref) +| Parabolic termsᵇ | ✅ | ✅ | ❌ | ✅ | ✅ | e.g., [`CompressibleNavierStokesDiffusion2D`](@ref) ᵃ: quad = quadrilateral, hex = hexahedron +ᵇ: Parabolic terms do not currently support adaptivity. ## Time integration methods