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

ENH: directMappedVelocityFlux : do not evaluate upon read

parent 90f88ae4
Branches
Tags
No related merge requests found
......@@ -112,13 +112,6 @@ directMappedVelocityFluxFixedValueFvPatchField
<< " in file " << dimensionedInternalField().objectPath()
<< exit(FatalError);
}
// Force calculation of schedule (uses parallel comms)
const directMappedPolyPatch& mpp = refCast<const directMappedPolyPatch>
(
this->patch().patch()
);
(void)mpp.map().schedule();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment