Skip to content

Commit

Permalink
FDP: enabled the test deleted by #5153
Browse files Browse the repository at this point in the history
Closes  #5153
  • Loading branch information
fdkong committed Oct 4, 2017
1 parent b336559 commit 1ad3567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/tests/preconditioners/fdp/tests
Expand Up @@ -4,13 +4,13 @@
input = 'fdp_test.i'
exodiff = 'out.e'
max_parallel = 1
deleted = '#5153'
[../]
[./test_standard]
type = 'Exodiff'
input = 'fdp_test.i'
exodiff = 'out.e'
max_parallel = 1
prereq = 'test'
cli_args = "Preconditioning/FDP/finite_difference_type='standard'"
[../]
[]
4 changes: 2 additions & 2 deletions test/tests/preconditioners/pbp/pbp_test.i
Expand Up @@ -86,8 +86,8 @@
[Executioner]
type = Steady

l_max_its = 1
nl_max_its = 1
l_max_its = 10
nl_max_its = 10

solve_type = JFNK
[]
Expand Down
1 change: 0 additions & 1 deletion test/tests/preconditioners/pbp/tests
Expand Up @@ -4,7 +4,6 @@
input = 'pbp_test.i'
exodiff = 'out.e'
max_parallel = 1
deleted = '#5153'
[../]

[./pbp_adapt_test]
Expand Down

0 comments on commit 1ad3567

Please sign in to comment.