MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / writeToModelOutputFile

Method writeToModelOutputFile

src/solver/solver.cxx:655–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655void Solver::writeToModelOutputFile(const Options& options) {
656 if (model == nullptr) {
657 return;
658 }
659 model->writeOutputFile(options);
660}
661
662/**************************************************************************
663 * Initialisation

Callers 1

callMethod · 0.80

Calls 1

writeOutputFileMethod · 0.80

Tested by

no test coverage detected