diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index faca83dfd..47e0bbb87 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -1260,13 +1260,13 @@ private: * The problem setup for these tests is an empty (i.e. no particles) domain * of size 256 by 256 by 256 cells, from which the average time per iteration * per cell is computed. */ - amrex::Real costs_heuristic_cells_wt = amrex::Real(-1); + amrex::Real costs_heuristic_cells_wt = amrex::Real(0); /** Weight factor for particles in `Heuristic` costs update. * Default values on GPU are determined from single-GPU tests on Summit. * The problem setup for these tests is a high-ppc (27 particles per cell) * uniform plasma on a domain of size 128 by 128 by 128, from which the approximate * time per iteration per particle is computed. */ - amrex::Real costs_heuristic_particles_wt = amrex::Real(-1); + amrex::Real costs_heuristic_particles_wt = amrex::Real(0); // Determines timesteps for override sync IntervalsParser override_sync_intervals; |