Skip to content

Commit

Permalink
ablastr::fields::computePhi: EB Runtime Control
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 25, 2024
1 parent 5b5058c commit 544467a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/particles/spacecharge/PoissonSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ namespace impactx::spacecharge
//bool bcs_set = false;
//std::array<bool, AMREX_SPACEDIM * 2> dirichlet_flag;
//bool has_non_periodic = false;
bool phi_EB_only_t = false;
} poisson_boundary_handler;

// create a vector to our fields, sorted by level
Expand All @@ -97,6 +98,7 @@ namespace impactx::spacecharge
}

const bool do_single_precision_comms = false;
const bool eb_enabled = false;
ablastr::fields::computePhi(
sorted_rho,
sorted_phi,
Expand All @@ -111,6 +113,7 @@ namespace impactx::spacecharge
ablastr::utils::enums::GridType::Collocated,
poisson_boundary_handler,
is_solver_igf_on_lev0,
eb_enabled,
do_single_precision_comms,
rel_ref_ratio
/*
Expand Down

0 comments on commit 544467a

Please sign in to comment.