From ba8ed9813a93f8e97a3c63e5ee36de06df6a4b38 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Mon, 2 Jan 2023 17:52:03 +0100 Subject: [PATCH] [test][1p] Fix field name reference solution --- test/references/test_1pni_conduction_box-reference.vtu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/references/test_1pni_conduction_box-reference.vtu b/test/references/test_1pni_conduction_box-reference.vtu index 3e62d163f1..552726a487 100644 --- a/test/references/test_1pni_conduction_box-reference.vtu +++ b/test/references/test_1pni_conduction_box-reference.vtu @@ -2,7 +2,7 @@ <VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian"> <UnstructuredGrid> <Piece NumberOfCells="200" NumberOfPoints="402"> - <PointData Scalars="p" Vectors="velocity_liq"> + <PointData Scalars="p" Vectors="velocity_liq (m/s)"> <DataArray type="Float32" Name="p" NumberOfComponents="1" format="ascii"> 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 @@ -39,7 +39,7 @@ 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 100000 </DataArray> - <DataArray type="Float32" Name="velocity_liq" NumberOfComponents="3" format="ascii"> + <DataArray type="Float32" Name="velocity_liq (m/s)" NumberOfComponents="3" format="ascii"> -1.17342e-09 8.52243e-19 0 -1.16807e-09 1.68217e-18 0 -1.17342e-09 8.52243e-19 0 -1.16807e-09 1.68217e-18 0 -1.15247e-09 3.1127e-18 0 -1.15247e-09 3.1127e-18 0 -1.1275e-09 1.84323e-18 0 -1.1275e-09 1.84323e-18 0 -1.09416e-09 3.84099e-18 0 -1.09416e-09 3.84099e-18 0 -1.05354e-09 1.9959e-18 0 -1.05354e-09 1.9959e-18 0 -- GitLab