From bade6ed29d3585c57214f32e47a87a5d6f96c5b8 Mon Sep 17 00:00:00 2001 From: bennibolm Date: Thu, 14 Nov 2024 13:55:17 +0100 Subject: [PATCH] Remove remark in docs --- docs/literate/src/files/subcell_shock_capturing.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/literate/src/files/subcell_shock_capturing.jl b/docs/literate/src/files/subcell_shock_capturing.jl index c10a25c5555..d0c56498d61 100644 --- a/docs/literate/src/files/subcell_shock_capturing.jl +++ b/docs/literate/src/files/subcell_shock_capturing.jl @@ -229,8 +229,6 @@ plot(sol) # approach using the [`SaveSolutionCallback`](@ref), [`Trixi2Vtk`](https://github.com/trixi-framework/Trixi2Vtk.jl) # and [ParaView](https://www.paraview.org/download/). More details about this procedure # can be found in the [visualization documentation](@ref visualization). -# Unfortunately, the support for subcell limiting data is not yet merged into the main branch -# of Trixi2Vtk but lies in the branch [`bennibolm/node-variables`](https://github.com/bennibolm/Trixi2Vtk.jl/tree/node-variables). #- # With that implementation and the standard procedure used for Trixi2Vtk you get the following # dropdown menu in ParaView.