Skip to content

Commit b381d38

Browse files
committed
Add tests #30655
1 parent 2d554b7 commit b381d38

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656

5757
[Postprocessors]
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
[Postprocessors]
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

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

0 commit comments

Comments
 (0)