Skip to content

Commit b6a091a

Browse files
committed
Add tests #30655
1 parent d836e18 commit b6a091a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

test/tests/kokkos/auxkernels/copy_value_aux/kokkos_copy_old_aux.i

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@
5454
[]
5555
[]
5656

57-
[Postprocessors]
57+
[KokkosPostprocessors]
5858
[T]
59-
type = ElementAverageValue
59+
type = KokkosElementAverageValue
6060
variable = T
6161
execute_on = 'timestep_end'
6262
[]
6363
[T_old]
64-
type = ElementAverageValue
64+
type = KokkosElementAverageValue
6565
variable = T_old
6666
execute_on = 'timestep_end'
6767
[]
6868
[T_older]
69-
type = ElementAverageValue
69+
type = KokkosElementAverageValue
7070
variable = T_older
7171
execute_on = 'timestep_end'
7272
[]

test/tests/kokkos/functions/piecewise_constant/kokkos_piecewise_constant.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
[]
8181
[]
8282

83-
[Postprocessors]
83+
[KokkosPostprocessors]
8484
[coef]
85-
type = ElementIntegralVariablePostprocessor
85+
type = KokkosElementIntegralVariablePostprocessor
8686
variable = coef
8787
[]
8888
[]

test/tests/kokkos/materials/stateful_prop/kokkos_stateful_prop_test.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
[]
7070
[]
7171

72-
[Postprocessors]
72+
[KokkosPostprocessors]
7373
[integral]
74-
type = ElementAverageValue
74+
type = KokkosElementAverageValue
7575
variable = prop1
7676
execute_on = 'initial timestep_end'
7777
[]

0 commit comments

Comments
 (0)