Skip to content
Snippets Groups Projects
Commit 9b8dc9b1 authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL] Add timestep to the output.

parent 134f5b2c
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,8 @@ void Output::doOutputAlways(Process const& process,
process.getSecondaryVariables(), process_output);
spd.pvd_file.addVTUFile(output_file_name, t);
INFO("[time] Output took %g s.", time_output.elapsed());
INFO("[time] Output of timestep %d took %g s.", timestep,
time_output.elapsed());
}
void Output::doOutput(Process const& process,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment