Skip to content

Commit

Permalink
Bump parth to include analysis outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Oct 17, 2023
1 parent 7e153ab commit fe532fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion external/parthenon
8 changes: 2 additions & 6 deletions src/pgen/cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,9 @@ void ClusterUnsplitSrcTerm(MeshData<Real> *md, const parthenon::SimTime &tm,
const auto &magnetic_tower = hydro_pkg->Param<MagneticTower>("magnetic_tower");
magnetic_tower.FixedFieldSrcTerm(md, beta_dt, tm);

// const auto &snia_feedback = hydro_pkg->Param<SNIAFeedback>("snia_feedback");
// snia_feedback.FeedbackSrcTerm(md, beta_dt, tm);
const auto &snia_feedback = hydro_pkg->Param<SNIAFeedback>("snia_feedback");
snia_feedback.FeedbackSrcTerm(md, beta_dt, tm);

// ApplyClusterClips(md, tm, beta_dt);

const auto &stellar_feedback = hydro_pkg->Param<StellarFeedback>("stellar_feedback");
stellar_feedback.FeedbackSrcTerm(md, beta_dt, tm);
};
void ClusterSplitSrcTerm(MeshData<Real> *md, const parthenon::SimTime &tm,
const Real dt) {
Expand Down

0 comments on commit fe532fd

Please sign in to comment.