Skip to content

Commit

Permalink
Add INSTemperatureConvectedMesh to jacobian test
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad authored and cticenhour committed Dec 20, 2018
1 parent 5887e05 commit 0a37b22
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test/tests/kc/kc_jacobian_tester.i
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@
temperature = T
use_displaced_mesh = true
[../]
[./mesh_T]
type = INSTemperatureConvectedMesh
variable = T
disp_x = disp_x
disp_y = disp_y
use_displaced_mesh = true
[../]

# mass
[./mass]
Expand Down Expand Up @@ -389,8 +396,8 @@
dtmin = 1
num_steps = 3
petsc_options = '-snes_converged_reason -ksp_converged_reason -options_left -snes_test_jacobian'
petsc_options_iname = '-pc_type -pc_factor_shift_type -pc_factor_shift_amount -snes_linesearch_minlambda -pc_factor_mat_solver_type -ksp_gmres_restart -snes_test_err -snes_test_jacobian_display_threshold'
petsc_options_value = 'lu NONZERO 1e-15 1e-3 superlu_dist 100 1e-9 1e-5'
petsc_options_iname = '-pc_type -pc_factor_shift_type -pc_factor_shift_amount -snes_linesearch_minlambda -pc_factor_mat_solver_type -ksp_gmres_restart -snes_test_err'
petsc_options_value = 'lu NONZERO 1e-15 1e-3 superlu_dist 100 1e-9'

line_search = 'none'
nl_max_its = 10
Expand Down

0 comments on commit 0a37b22

Please sign in to comment.