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:
@ -233,10 +233,10 @@ int main(int argc, char *argv[])
|
||||
meshToMesh::interpolationMethod method =
|
||||
meshToMesh::interpolationMethodNames_[mapMethod];
|
||||
|
||||
patchMapMethod = AMIPatchToPatchInterpolation::interpolationMethodToWord
|
||||
(
|
||||
patchMapMethod = AMIPatchToPatchInterpolation::interpolationMethodNames_
|
||||
[
|
||||
meshToMesh::interpolationMethodAMI(method)
|
||||
);
|
||||
];
|
||||
}
|
||||
|
||||
// Optionally override
|
||||
|
||||
Reference in New Issue
Block a user