Skip to content

Commit

Permalink
roll back foextrap BC
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Aug 15, 2024
1 parent fa2c693 commit 832aeda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/TimeIntegration/REMORA_gls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,9 @@ REMORA::gls_corrector (int lev, MultiFab* mf_gls, MultiFab* mf_tke,

// While potentially counterintuitive, this is what ROMS does for handling shear2 at all boundaries, even
// periodic
(*physbcs[lev])(mf_shear2_cached,*mf_mskr,0,1,mf_shear2_cached.nGrowVect(),t_new[lev],BCVars::zvel_bc);
// (*physbcs[lev])(mf_shear2_cached,*mf_mskr,0,1,mf_shear2_cached.nGrowVect(),t_new[lev],BCVars::foextrap_bc);

mf_CF.setVal(0.0_rt);

for ( MFIter mfi(*mf_gls, TilingIfNotGPU()); mfi.isValid(); ++mfi )
Expand Down

0 comments on commit 832aeda

Please sign in to comment.