diff --git a/moose b/moose index fdbe3c04b3c..1374428c171 160000 --- a/moose +++ b/moose @@ -1 +1 @@ -Subproject commit fdbe3c04b3c244b4c3dfd66d72816f75414b3e12 +Subproject commit 1374428c171faa0c6881a50d34134a1d7ed512ca diff --git a/tutorials/three_point_bending/elastoplasticity.i b/tutorials/three_point_bending/elastoplasticity.i index 0d540408c5b..9451b302c1d 100644 --- a/tutorials/three_point_bending/elastoplasticity.i +++ b/tutorials/three_point_bending/elastoplasticity.i @@ -84,7 +84,7 @@ ep0 = 0.345 subdomain_id = 1 complement_subdomain_id = 0 execute_on = 'INITIAL TIMESTEP_END' - apply_initial_conditions = false + reinitialize_subdomains = '' [] [] diff --git a/tutorials/three_point_bending/gold/elastoplasticity_out.e b/tutorials/three_point_bending/gold/elastoplasticity_out.e index fcf9abf8877..8426298ab2b 100644 Binary files a/tutorials/three_point_bending/gold/elastoplasticity_out.e and b/tutorials/three_point_bending/gold/elastoplasticity_out.e differ diff --git a/tutorials/three_point_bending/gold/elastoplasticity_out.e-s002 b/tutorials/three_point_bending/gold/elastoplasticity_out.e-s002 deleted file mode 100644 index 910c6e70c24..00000000000 Binary files a/tutorials/three_point_bending/gold/elastoplasticity_out.e-s002 and /dev/null differ diff --git a/tutorials/three_point_bending/tests b/tutorials/three_point_bending/tests index 9ef4653b99a..3db6e2cf883 100644 --- a/tutorials/three_point_bending/tests +++ b/tutorials/three_point_bending/tests @@ -2,9 +2,8 @@ [elastoplasticity_fracture] type = Exodiff input = 'elastoplasticity.i' - exodiff = 'elastoplasticity_out.e elastoplasticity_out.e-s002' - cli_args = 'mesh_file=gold/beam_coarse.msh Executioner/num_steps=1 Executioner/nl_rel_tol=1e-12 ' - 'Executioner/nl_abs_tol=1e-16' + exodiff = 'elastoplasticity_out.e' + cli_args = 'mesh_file=gold/beam_coarse.msh Executioner/num_steps=1 Executioner/nl_rel_tol=1e-12 Executioner/nl_abs_tol=1e-16' abs_zero = 1e-9 rel_err = 1e-4 []