From 5e6c24e10fc2380a8ef64f7ae066e43a5330644f Mon Sep 17 00:00:00 2001 From: Tobias Meisel <tobias.meisel@ufz.de> Date: Tue, 4 May 2021 09:46:49 +0200 Subject: [PATCH] [MeL/IO] Serial xdmf test with 2 steps only bulk mesh for test --- Tests/Data/EllipticPETSc/cube_1e3_XDMF.prj | 10 +++++++++- .../XDMF/FunctionParameterTest_XDMF.prj | 2 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Tests/Data/EllipticPETSc/cube_1e3_XDMF.prj b/Tests/Data/EllipticPETSc/cube_1e3_XDMF.prj index a7cc316d1bc..ca8fd5dc1a4 100644 --- a/Tests/Data/EllipticPETSc/cube_1e3_XDMF.prj +++ b/Tests/Data/EllipticPETSc/cube_1e3_XDMF.prj @@ -45,7 +45,15 @@ <type>BackwardEuler</type> </time_discretization> <time_stepping> - <type>SingleStep</type> + <type>FixedTimeStepping</type> + <t_initial>0.0</t_initial> + <t_end>1e-1</t_end> + <timesteps> + <pair> + <repeat>1</repeat> + <delta_t>1e-1</delta_t> + </pair> + </timesteps> </time_stepping> </process> </processes> diff --git a/Tests/Data/Parabolic/LiquidFlow/SimpleSynthetics/XDMF/FunctionParameterTest_XDMF.prj b/Tests/Data/Parabolic/LiquidFlow/SimpleSynthetics/XDMF/FunctionParameterTest_XDMF.prj index 2eed785076b..285a2e1d36e 100644 --- a/Tests/Data/Parabolic/LiquidFlow/SimpleSynthetics/XDMF/FunctionParameterTest_XDMF.prj +++ b/Tests/Data/Parabolic/LiquidFlow/SimpleSynthetics/XDMF/FunctionParameterTest_XDMF.prj @@ -132,8 +132,6 @@ boundary meshes will be written as well --> <suffix>_ts_{:timestep}_t_{:time}</suffix> <meshes> <mesh>square_5x5_tris_32</mesh> - <mesh>square_5x5_tris_32_left_boundary</mesh> - <mesh>square_5x5_tris_32_right_boundary</mesh> </meshes> <timesteps> <pair> -- GitLab