MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / OutputManager

Method OutputManager

src/IO/Manager.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace seissol::io {
19
20OutputManager::OutputManager(SeisSol& seissolInstance) : seissolInstance(seissolInstance) {}
21
22void OutputManager::addOutput(const writer::ScheduledWriter& writer) {
23 modules.emplace_back(std::make_unique<seissol::io::writer::module::WriterModule>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected