diff --git a/.gitmodules b/.gitmodules index 7577412a4da..88e111f6db3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "moose"] path = moose - url = https://github.com/idaholab/moose.git - branch = master + url = https://github.com/Wendy-Ji/moose diff --git a/moose b/moose index 4eefdc88148..b151191ee7d 160000 --- a/moose +++ b/moose @@ -1 +1 @@ -Subproject commit 4eefdc88148ba186ed7ff89c76e8cdee2e91423d +Subproject commit b151191ee7d6554bf66f97f5ee8d9dbcb6b0c8df 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..b18fc70f43d 100644 --- a/tutorials/three_point_bending/tests +++ b/tutorials/three_point_bending/tests @@ -2,7 +2,7 @@ [elastoplasticity_fracture] type = Exodiff input = 'elastoplasticity.i' - exodiff = 'elastoplasticity_out.e elastoplasticity_out.e-s002' + 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