Skip to content

Commit

Permalink
CarpetX: Allow larger grid function groups for prolongation
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed May 29, 2024
1 parent a81fade commit 16e1ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CarpetX/src/prolongate_3d_rf2_impl.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ void prolongate_3d_rf2<
const amrex::RunOn gpu_or_cpu) {
DECLARE_CCTK_PARAMETERS;

constexpr int maxncomps = 10;
constexpr int maxncomps = 16;
assert(ncomps <= maxncomps);

static std::once_flag have_timers;
Expand Down

0 comments on commit 16e1ac6

Please sign in to comment.