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

Method finishOutputTimestep

src/physics/physicsmodel.cxx:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void PhysicsModel::finishOutputTimestep() const {
233 if (output_enabled) {
234 output_file->verifyTimesteps();
235 }
236}
237
238int PhysicsModel::PhysicsModelMonitor::call(Solver* solver, BoutReal simtime,
239 int iteration, int nout) {

Callers 1

call_monitorsMethod · 0.80

Calls 1

verifyTimestepsMethod · 0.45

Tested by

no test coverage detected