We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24104b commit 6f0fac2Copy full SHA for 6f0fac2
include/openpfc/ui.hpp
@@ -612,9 +612,9 @@ template <class ConcreteModel> class App {
612
613
Decomposition decomp(world, m_comm);
614
auto plan_options = ui::from_json<heffte::plan_options>(m_settings["plan_options"]);
615
- FFT fft(decomp, m_comm, plan_options);
+ FFT fft(decomp, m_comm, plan_options, world);
616
Time time(ui::from_json<Time>(m_settings));
617
- ConcreteModel model;
+ ConcreteModel model(world);
618
model.set_fft(fft);
619
Simulator simulator(model, time);
620
0 commit comments