Skip to content
Snippets Groups Projects
Commit 1b5a1a2e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T] PF; Update shear test.

Compare to the original reference result for t=300 and ts=1e-2, which
matched sufficiently good.
Increase the time step size to 1e-1 and increase the end time to 400.
New results included.

Be aware, that the test result is wrong and is there for code coverage.
parent bffbd080
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ AddTest(
TESTER vtkdiff
REQUIREMENTS NOT (OGS_USE_LIS OR OGS_USE_MPI)
DIFF_DATA
square_shear_h_400_pcs_0_ts_30000_t_300.000000.vtu square_shear_h_400_pcs_0_ts_30000_t_300.000000.vtu displacement displacement 1e-16 0
square_shear_h_400_pcs_0_ts_30000_t_300.000000.vtu square_shear_h_400_pcs_0_ts_30000_t_300.000000.vtu phasefield phasefield 1e-16 0
square_shear_h_400_pcs_0_ts_4000_t_400.000000.vtu square_shear_h_400_pcs_0_ts_4000_t_400.000000.vtu displacement displacement 1e-16 0
square_shear_h_400_pcs_0_ts_4000_t_400.000000.vtu square_shear_h_400_pcs_0_ts_4000_t_400.000000.vtu phasefield phasefield 1e-15 0
square_shear_h_400_pcs_0_ts_4000_t_400.000000.vtu square_shear_h_400_pcs_0_ts_4000_t_400.000000.vtu sigma sigma 1e-10 0
square_shear_h_400_pcs_0_ts_4000_t_400.000000.vtu square_shear_h_400_pcs_0_ts_4000_t_400.000000.vtu epsilon epsilon 1e-15 0
)
......@@ -46,11 +46,11 @@
<time_stepping>
<type>FixedTimeStepping</type>
<t_initial>0</t_initial>
<t_end>1</t_end>
<t_end>400</t_end>
<timesteps>
<pair>
<repeat>10000</repeat>
<delta_t>1e-4</delta_t>
<delta_t>1e-1</delta_t>
</pair>
</timesteps>
</time_stepping>
......@@ -61,20 +61,13 @@
<prefix>square_shear_h_400</prefix>
<timesteps>
<pair>
<repeat>200</repeat>
<each_steps>200</each_steps>
<repeat>1</repeat>
<each_steps>10000</each_steps>
</pair>
<pair>
<repeat>80</repeat>
<each_steps>1000</each_steps>
</pair>
<!--<pair><repeat>50</repeat><each_steps>100</each_steps></pair>-->
</timesteps>
<variables>
<variable>displacement</variable>
<variable>phasefield</variable>
<variable>sigma</variable>
<variable>epsilon</variable>
</variables>
</output>
</time_loop>
......
File added
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