Skip to content
Snippets Groups Projects
Commit 5ba954b1 authored by Ned Coltman's avatar Ned Coltman
Browse files

[assembly] update the GridVriables at the end of each timestep

parent bde9f86a
No related branches found
No related tags found
1 merge request!1484[assembly] update the GridVriables at the end of each timestep
......@@ -167,6 +167,7 @@ int main(int argc, char** argv) try
// update wall properties
problem->updateDynamicWallProperties(x);
assembler->updateGridVariables(x);
// advance to the time loop to the next step
timeLoop->advanceTimeStep();
......
......@@ -166,6 +166,7 @@ int main(int argc, char** argv) try
// update wall properties
problem->updateDynamicWallProperties(x);
assembler->updateGridVariables(x);
// write vtk output
vtkWriter.write(timeLoop->time());
......
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