Skip to content

Commit

Permalink
hack out stuff (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Nov 18, 2024
1 parent 382a7ae commit e24b9aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Utils/ERF_solve_with_gmres.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "ERF_Utils.H"

#include <AMReX_MLMG.H>
#include <AMReX_MLTerrainPoisson.H>
//#include <AMReX_MLTerrainPoisson.H>
#include <AMReX_GMRES.H>
#include <AMReX_GMRES_MLMG.H>

Expand All @@ -13,6 +13,7 @@ using namespace amrex;
* Note that the level may or may not be level 0.
*/
void ERF::solve_with_gmres (int lev, Vector<MultiFab>& /*rhs*/, Vector<MultiFab>& /*phi*/, Vector<Array<MultiFab,AMREX_SPACEDIM>>& /*fluxes*/)
//void ERF::solve_with_gmres (int lev, Vector<MultiFab>& rhs, Vector<MultiFab>& phi, Vector<Array<MultiFab,AMREX_SPACEDIM>>& fluxes)
{
BL_PROFILE("ERF::solve_with_mlmg()");

Expand Down

0 comments on commit e24b9aa

Please sign in to comment.