Skip to content

Commit

Permalink
Expose MLCellLinOP::setInterpBndryHalfWidth for non-hypre cases
Browse files Browse the repository at this point in the history
It could be useful for special cases with small blocking factors.
  • Loading branch information
WeiqunZhang committed Feb 14, 2025
1 parent fab0411 commit 3588d39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ public:

Vector<std::unique_ptr<MF> > m_robin_bcval;

#ifdef AMREX_USE_HYPRE
void setInterpBndryHalfWidth (int w) { m_interpbndry_halfwidth = w; }
#endif

protected:

Expand Down

0 comments on commit 3588d39

Please sign in to comment.