Skip to content
Snippets Groups Projects
Commit a8ec5f69 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] TimeLoop; Compute sec. vars. before 0 output.

parent e0f69ebb
No related branches found
No related tags found
No related merge requests found
...@@ -889,6 +889,9 @@ void UncoupledProcessesTimeLoop::outputSolutions( ...@@ -889,6 +889,9 @@ void UncoupledProcessesTimeLoop::outputSolutions(
pcs.preTimestep(x, _start_time, pcs.preTimestep(x, _start_time,
process_data->timestepper->getTimeStep().dt(), process_data->timestepper->getTimeStep().dt(),
process_id); process_id);
// Update secondary variables, which might be uninitialized, before
// output.
pcs.computeSecondaryVariable(_start_time, x);
} }
if (is_staggered_coupling) if (is_staggered_coupling)
{ {
......
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