diff --git a/bsl__predcorr_8hpp_source.html b/bsl__predcorr_8hpp_source.html index f3c1d5f47..619ab3647 100644 --- a/bsl__predcorr_8hpp_source.html +++ b/bsl__predcorr_8hpp_source.html @@ -232,7 +232,7 @@
180  start_time = std::chrono::system_clock::now();
181  for (int iter(0); iter < steps; ++iter) {
182  time_stepper
-
183  .update(Kokkos::Serial(),
+
183  .update(Kokkos::DefaultHostExecutionSpace(),
184  allfdistribu,
185  dt,
186  define_advection_field,
diff --git a/spline__foot__finder_8hpp_source.html b/spline__foot__finder_8hpp_source.html index 8fddb99eb..91cf6faf5 100644 --- a/spline__foot__finder_8hpp_source.html +++ b/spline__foot__finder_8hpp_source.html @@ -193,7 +193,7 @@
143 
144 
145  // Solve the characteristic equation
-
146  m_time_stepper.update(Kokkos::Serial(), feet, dt, dy, update_function);
+
146  m_time_stepper.update(Kokkos::DefaultHostExecutionSpace(), feet, dt, dy, update_function);
147 
148  is_unified(feet);
149  }