From 04c5454b211e333b835d544eb49316d100ed1617 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 6 Oct 2010 14:34:22 +0100 Subject: [PATCH] ENH: directMappedVelocityFlux : do not evaluate upon read --- .../directMappedVelocityFluxFixedValueFvPatchField.C | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C index 716c5b12355..17fa6f71fb0 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C @@ -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(); } -- GitLab