Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward compatibility patch #171

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "moose"]
path = moose
url = https://github.com/idaholab/moose.git
branch = master
url = https://github.com/Wendy-Ji/moose
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 822 files
2 changes: 1 addition & 1 deletion tutorials/three_point_bending/elastoplasticity.i
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
[]
[]

Expand Down
Binary file modified tutorials/three_point_bending/gold/elastoplasticity_out.e
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tutorials/three_point_bending/tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading