Skip to content

Commit

Permalink
Skip new tests using FV with stateful materials, refs #16099 #16149
Browse files Browse the repository at this point in the history
  • Loading branch information
GiudGiud committed Nov 11, 2020
1 parent 6a3b037 commit 6bc998e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
[../]
[]


[FVKernels]
[./diff]
type = FVDiffusion
Expand All @@ -69,11 +68,12 @@
[]

[Materials]
[./stateful1]
type = StatefulMaterial
[mat_1]
type = ADGenericConstantMaterial
prop_names = 'diffusivity'
prop_values = '1'
block = 0
initial_diffusivity = 5
[../]
[]
[./stateful2]
type = StatefulMaterial
block = 1
Expand Down Expand Up @@ -105,8 +105,6 @@
[]
[]



[Postprocessors]
[./diffusivity_average]
type = InterfaceAverageVariableValuePostprocessor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
[../]
[]


[FVKernels]
[./diff]
type = FVDiffusion
Expand Down Expand Up @@ -105,8 +104,6 @@
[]
[]



[Postprocessors]
[./diffusivity_average]
type = InterfaceIntegralVariableValuePostprocessor
Expand Down
2 changes: 2 additions & 0 deletions test/tests/postprocessors/interface_value/tests
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"a material property value on the primary side of 4 "
design = 'InterfaceAverageVariableValuePostprocessor.md'
issues = '#11647 #16099'
skip = '#16149'
max_threads = 2
[../]
[./interface_integral_variable_value_postprocessor_fv_test]
Expand All @@ -63,6 +64,7 @@
"a material integral property value on the primary side of 12 "
design = 'InterfaceIntegralVariableValuePostprocessor.md'
issues = '#11647 #16099'
skip = '#16149'
max_threads = 2
[../]
[]

0 comments on commit 6bc998e

Please sign in to comment.