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:
@ -850,10 +850,10 @@ Foam::meshToMesh::meshToMesh
|
||||
constructNoCuttingPatches
|
||||
(
|
||||
interpolationMethodNames_[method],
|
||||
AMIPatchToPatchInterpolation::interpolationMethodToWord
|
||||
(
|
||||
AMIPatchToPatchInterpolation::interpolationMethodNames_
|
||||
[
|
||||
interpolationMethodAMI(method)
|
||||
),
|
||||
],
|
||||
interpAllPatches
|
||||
);
|
||||
}
|
||||
@ -917,10 +917,10 @@ Foam::meshToMesh::meshToMesh
|
||||
constructFromCuttingPatches
|
||||
(
|
||||
interpolationMethodNames_[method],
|
||||
AMIPatchToPatchInterpolation::interpolationMethodToWord
|
||||
(
|
||||
AMIPatchToPatchInterpolation::interpolationMethodNames_
|
||||
[
|
||||
interpolationMethodAMI(method)
|
||||
),
|
||||
],
|
||||
patchMap,
|
||||
cuttingPatches,
|
||||
normalise
|
||||
|
||||
Reference in New Issue
Block a user