From 9a29e1fa6a4c91ec86c93e8d4fbcdf3af850d378 Mon Sep 17 00:00:00 2001 From: Hyun Lim Date: Wed, 25 Oct 2023 10:30:47 -0600 Subject: [PATCH] add z4c into phoebus driver --- src/phoebus_driver.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/phoebus_driver.cpp b/src/phoebus_driver.cpp index 2e406fcf..fb36f474 100644 --- a/src/phoebus_driver.cpp +++ b/src/phoebus_driver.cpp @@ -735,6 +735,8 @@ parthenon::Packages_t ProcessPackages(std::unique_ptr &pin) { packages.Add(MonopoleGR::Initialize(pin.get())); // Does nothing if not enabled packages.Add(TOV::Initialize(pin.get())); // Does nothing if not enabled. packages.Add(Progenitor::Initialize(pin.get())); + // [WIP] : hook into phoebus infra for z4c implementation + packages.Add(z4c::Initialize(pin.get())); // TODO(JMM): I need to do this before problem generators get // called. For now I'm hacking this in here. But in the long term,