Skip to content
Snippets Groups Projects
Commit 04b82d92 authored by mattijs's avatar mattijs
Browse files

reconstructing moving mesh cases

parent dd0da3a3
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,13 @@ int main(int argc, char *argv[])
{
regionPrefix = regionName;
}
// Set all times on processor meshes equal to reconstructed mesh
forAll (databases, procI)
{
databases[procI].setTime(runTime.timeName(), runTime.timeIndex());
}
// Read all meshes and addressing to reconstructed mesh
processorMeshes procMeshes(databases, regionName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment