From fe532fd13e554c4044e90e5071174d40e3ec0821 Mon Sep 17 00:00:00 2001 From: Philipp Grete Date: Tue, 17 Oct 2023 15:34:25 +0200 Subject: [PATCH] Bump parth to include analysis outputs --- external/parthenon | 2 +- src/pgen/cluster.cpp | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/external/parthenon b/external/parthenon index 39ad758a..8af38e42 160000 --- a/external/parthenon +++ b/external/parthenon @@ -1 +1 @@ -Subproject commit 39ad758a2c94ac5552200809aa39076a11bb8810 +Subproject commit 8af38e420c56baf9c86c4c68f0787f10e8824d9d diff --git a/src/pgen/cluster.cpp b/src/pgen/cluster.cpp index a26b1da6..e1017415 100644 --- a/src/pgen/cluster.cpp +++ b/src/pgen/cluster.cpp @@ -78,13 +78,9 @@ void ClusterUnsplitSrcTerm(MeshData *md, const parthenon::SimTime &tm, const auto &magnetic_tower = hydro_pkg->Param("magnetic_tower"); magnetic_tower.FixedFieldSrcTerm(md, beta_dt, tm); - // const auto &snia_feedback = hydro_pkg->Param("snia_feedback"); - // snia_feedback.FeedbackSrcTerm(md, beta_dt, tm); + const auto &snia_feedback = hydro_pkg->Param("snia_feedback"); + snia_feedback.FeedbackSrcTerm(md, beta_dt, tm); - // ApplyClusterClips(md, tm, beta_dt); - - const auto &stellar_feedback = hydro_pkg->Param("stellar_feedback"); - stellar_feedback.FeedbackSrcTerm(md, beta_dt, tm); }; void ClusterSplitSrcTerm(MeshData *md, const parthenon::SimTime &tm, const Real dt) {