Skip to content

Commit

Permalink
Bump parth and update interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Nov 9, 2022
1 parent fdbc4d0 commit e79f7e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion external/parthenon
5 changes: 2 additions & 3 deletions src/hydro/hydro_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// Parthenon headers
#include "bvals/cc/bvals_cc_in_one.hpp"
#include "mesh/refinement_cc_in_one.hpp"
#include "mesh/refinement_in_one.hpp"
#include "refinement/refinement.hpp"
#include <parthenon/parthenon.hpp>
// AthenaPK headers
Expand Down Expand Up @@ -275,8 +275,7 @@ TaskCollection HydroDriver::MakeTaskCollection(BlockList_t &blocks, int stage) {
tl.AddTask(none, parthenon::cell_centered_bvars::ReceiveBoundBufs<any>, mu0);
auto set = tl.AddTask(recv, parthenon::cell_centered_bvars::SetBounds<any>, mu0);
if (pmesh->multilevel) {
tl.AddTask(set, parthenon::cell_centered_refinement::RestrictPhysicalBounds,
mu0.get());
tl.AddTask(set, parthenon::cell_centered_bvars::RestrictGhostHalos, mu0, false);
}
}

Expand Down

0 comments on commit e79f7e7

Please sign in to comment.