Skip to content

Commit

Permalink
MLEBNodeFDLaplacian: Regression (#4085)
Browse files Browse the repository at this point in the history
## Summary

Fix copy-paste regression from #4083

## Additional background

#4083 (comment)
  • Loading branch information
ax3l authored Aug 16, 2024
1 parent b82296f commit d9919c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/LinearSolvers/MLMG/AMReX_MLEBNodeFDLaplacian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ MLEBNodeFDLaplacian::Fapply (int amrlev, int mglev, MultiFab& out, const MultiFa
AMREX_D_TERM(Array4<Real const> const& ecx = edgecent[0]->const_array(mfi);,
Array4<Real const> const& ecy = edgecent[1]->const_array(mfi);,
Array4<Real const> const& ecz = edgecent[2]->const_array(mfi));
auto const& levset = factory->getVolFrac().const_array(mfi);
auto const& levset = factory->getLevelSet().const_array(mfi);
if (phieb == std::numeric_limits<Real>::lowest()) {
auto const& phiebarr = m_phi_eb[amrlev].const_array(mfi);
#if (AMREX_SPACEDIM == 2)
Expand Down

0 comments on commit d9919c9

Please sign in to comment.