From 72808e7e9d3db7d58f37a7f3ac7e121bc0f3cc2d Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Wed, 8 Jan 2025 10:17:17 +0000 Subject: [PATCH] Update python/demo/demo_mixed-poisson.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Schartum Dokken --- python/demo/demo_mixed-poisson.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/demo/demo_mixed-poisson.py b/python/demo/demo_mixed-poisson.py index 0ce7d9a37f..07b43db4ba 100644 --- a/python/demo/demo_mixed-poisson.py +++ b/python/demo/demo_mixed-poisson.py @@ -376,9 +376,7 @@ # We save the solution `u` in VTX format. DOLFINx VTX output support # visualisation of discontinuous Lagrange element, hence the finite -# element field can be visualised exactly. However, VTX does not support -# cell-wise data, so for the lowest-order `u` case we interpolate to a -# degree 1 discontinuous space. +This is not True any longer, ref: https://github.com/FEniCS/dolfinx/blob/fb0b99447b96434a48b44c4a256c29330ffac7c6/cpp/dolfinx/io/ADIOS2Writers.h#L587-L599 # + try: