Skip to content

Commit

Permalink
Add petsc version checks for ksp_type preonly
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad committed May 9, 2019
1 parent 14865b5 commit 3e8618c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/tensor_mechanics/test/tests/beam/dynamic/tests
Expand Up @@ -52,6 +52,7 @@
requirement = "The mechanics system shall correctly predict the natural frequencies"
" of a massless Euler-Bernoulli beam modeled using beam elements"
" with a nodal masses placed at the ends."
petsc_version = '>=3.8'
[../]
[./dyn_euler_added_mass_file]
type = 'Exodiff'
Expand Down Expand Up @@ -106,6 +107,7 @@
requirement = "The mechanics system shall correctly model the response of a beam"
" modeled using beam elements in the presence of nodal mass,"
" nodal inertia and Rayleigh damping."
petsc_version = '>=3.8'
[../]
[./dyn_euler_added_mass_inertia_damping_ti]
type = 'Exodiff'
Expand Down

0 comments on commit 3e8618c

Please sign in to comment.