You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new-time (corrector) sources use Sborder to compute (1/2) source_old to subtract. But we already store source_old in a MultiFab that is in scope at the time we call do_new_sources(), so we ought to be able to use that MultiFab directly to compute the old-time part of the corrector. Reducing reliance on Sborder in this way may help toward reducing the memory footprint of #276.
The text was updated successfully, but these errors were encountered:
The new-time (corrector) sources use Sborder to compute (1/2) source_old to subtract. But we already store source_old in a MultiFab that is in scope at the time we call do_new_sources(), so we ought to be able to use that MultiFab directly to compute the old-time part of the corrector. Reducing reliance on Sborder in this way may help toward reducing the memory footprint of #276.
The text was updated successfully, but these errors were encountered: