polyMeshDistributionMap: renamed mapDistributePolyMesh -> polyMeshDistributionMap
This is a map data structure rather than a class or function which performs the mapping operation so polyMeshDistributionMap is more logical and comprehensible than mapDistributePolyMesh.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2012-2021 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2012-2022 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -262,7 +262,7 @@ void Foam::fv::codedFvModel::updateMesh(const mapPolyMesh& map)
|
||||
}
|
||||
|
||||
|
||||
void Foam::fv::codedFvModel::distribute(const mapDistributePolyMesh& map)
|
||||
void Foam::fv::codedFvModel::distribute(const polyMeshDistributionMap& map)
|
||||
{
|
||||
redirectFvModel().distribute(map);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user