Skip to content

Commit

Permalink
Fix poisson_new signature in helmholtz test
Browse files Browse the repository at this point in the history
  • Loading branch information
manauref committed Sep 12, 2023
1 parent 23c5afa commit 32b9bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit/ctest_fem_helmholtz.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ test_2x(int poly_order, const int *cells, struct gkyl_poisson_bc bcs, bool use_g
gkyl_array_shiftc(kSqFld, kSq*dg0norm, 0);

// FEM poisson solver.
gkyl_fem_poisson *poisson = gkyl_fem_poisson_new(&grid, basis, &bcs, 0, eps, kSqFld, use_gpu);
gkyl_fem_poisson *poisson = gkyl_fem_poisson_new(&localRange, &grid, basis, &bcs, eps, kSqFld, false, use_gpu);

// Set the RHS source.
if (use_gpu)
Expand Down

0 comments on commit 32b9bfe

Please sign in to comment.