Skip to content
Snippets Groups Projects
Commit 5e6c24e1 authored by Tobias Meisel's avatar Tobias Meisel Committed by Dmitri Naumov
Browse files

[MeL/IO] Serial xdmf test with 2 steps

only bulk mesh for test
parent 06d9daab
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment