mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: AMIInterpolation - updated to perform face triangulation once only; code clean-up
This commit is contained in:
@ -89,10 +89,10 @@ void Foam::functionObjects::mapFields::createInterpolation
|
||||
|
||||
// Lookup corresponding AMI method
|
||||
word patchMapMethodName =
|
||||
AMIPatchToPatchInterpolation::interpolationMethodToWord
|
||||
(
|
||||
AMIPatchToPatchInterpolation::interpolationMethodNames_
|
||||
[
|
||||
meshToMesh::interpolationMethodAMI(mapMethod)
|
||||
);
|
||||
];
|
||||
|
||||
// Optionally override
|
||||
if (dict.readIfPresent("patchMapMethod", patchMapMethodName))
|
||||
|
||||
Reference in New Issue
Block a user