Skip to content

Commit

Permalink
Added a test for the actual linear solver
Browse files Browse the repository at this point in the history
  • Loading branch information
fdkong committed Jun 28, 2018
1 parent 40a260b commit 23adcdb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/tests/kernels/2d_diffusion/tests
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@
petsc_version = '>=3.8.4'
prereq = testdirichlet
[../]

[./actual_linear_solver]
type = RunApp
input = '2d_diffusion_test.i'
cli_args = 'Executioner/solve_type=linear Outputs/exodus=false'
absent_out = 'Nonlinear \|R\|'
[../]
[]

0 comments on commit 23adcdb

Please sign in to comment.