Skip to content

Commit

Permalink
[Draft] 3D IGF Solver
Browse files Browse the repository at this point in the history
Testing the 3D IGF Poisson Solver.
  • Loading branch information
ax3l committed May 9, 2024
1 parent 8721bff commit 4e3dc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/spacecharge/PoissonSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace impactx::spacecharge
sorted_phi.emplace_back(&phi[lev]);
}

const bool is_solver_multigrid = true;
const bool is_solver_multigrid = false;
const bool do_single_precision_comms = false;
ablastr::fields::computePhi(
sorted_rho,
Expand Down

0 comments on commit 4e3dc05

Please sign in to comment.