Skip to content

Commit

Permalink
add z4c into phoebus driver
Browse files Browse the repository at this point in the history
  • Loading branch information
hlim88 committed Oct 25, 2023
1 parent f196a8f commit 9a29e1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/phoebus_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,8 @@ parthenon::Packages_t ProcessPackages(std::unique_ptr<ParameterInput> &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,
Expand Down

0 comments on commit 9a29e1f

Please sign in to comment.