Skip to content

Commit

Permalink
MultiFabPhysBC_FH deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreehari Perumanath committed Apr 5, 2024
1 parent 698c2f7 commit 0e3c8e2
Show file tree
Hide file tree
Showing 5 changed files with 2,099 additions and 273 deletions.
2 changes: 1 addition & 1 deletion src_multispec/ComputeDivReversibleStress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void ComputeDivFHReversibleStress(std::array<MultiFab,AMREX_SPACEDIM>& div_rever

// fill conc ghost cells
conc.FillBoundary(geom.periodicity());
MultiFabPhysBCFH(conc,geom,0,nspecies,scale_factor);
MultiFabPhysBC(conc,geom,0,nspecies,scale_factor);

// JBB check what's in this
// Real scale_factor = rhobar[0]*k_B*T_init[0]/molmass[0];
Expand Down
Loading

0 comments on commit 0e3c8e2

Please sign in to comment.