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

Method writeRestartFile

src/physics/physicsmodel.cxx:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void PhysicsModel::writeRestartFile() {
212 if (restart_enabled) {
213 restart_file->write(restart_options);
214 }
215}
216
217void PhysicsModel::writeOutputFile() { writeOutputFile(output_options); }
218

Callers 1

callMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected