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

Method outputMonitor

examples/monitor-newapi/monitor.cxx:21–25  ·  view source on GitHub ↗

This called every output timestep

Source from the content-addressed store, hash-verified

19
20 // This called every output timestep
21 int outputMonitor(BoutReal simtime, int iter, int NOUT) {
22 output.write("\nOutput monitor, time = {:e}, step {:d} of {:d}\n", simtime, iter,
23 NOUT);
24 return 0;
25 }
26
27 // This called every timestep
28 int timestepMonitor(BoutReal simtime, BoutReal dt) {

Callers 1

callMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected