Skip to content

Commit

Permalink
whoops format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Sep 3, 2024
1 parent 4e87e7d commit 893f467
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions amr-wind/equation_systems/AdvOp_Godunov.H
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,11 @@ struct AdvectionOp<
amrex::Array4<amrex::Real> rhotrac_nph;

// Fill physical boundaries of nph field
dof_nph.fillphysbc(
lev, time + 0.5 * dt, dof_nph(lev), 1);
dof_nph.fillphysbc(lev, time + 0.5 * dt, dof_nph(lev), 1);

if (PDE::multiply_rho) {
// Fill physical boundaries of nph density
den_nph.fillphysbc(
lev, time + 0.5 * dt, den_nph(lev), 1);
den_nph.fillphysbc(lev, time + 0.5 * dt, den_nph(lev), 1);

auto rhotrac_box =
amrex::grow(bx, fvm::Godunov::nghost_state);
Expand Down

0 comments on commit 893f467

Please sign in to comment.