functionObjects: Clean up and completion of hooks
This commit is contained in:
@ -231,4 +231,16 @@ void Foam::functionObjects::timeControl::mapMesh
|
||||
}
|
||||
|
||||
|
||||
void Foam::functionObjects::timeControl::distribute
|
||||
(
|
||||
const polyDistributionMap& map
|
||||
)
|
||||
{
|
||||
if (active())
|
||||
{
|
||||
foPtr_->distribute(map);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user