Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b8ce43b9
Commit
b8ce43b9
authored
Apr 12, 2013
by
andy
Browse files
ENH: Updated AMI dependencies
parent
c24035bc
Changes
4
Show whitespace changes
Inline
Side-by-side
src/meshTools/AMIInterpolation/patches/cyclic/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C
View file @
b8ce43b9
...
...
@@ -283,6 +283,7 @@ void Foam::cyclicAMIPolyPatch::resetAMI() const
nbrPatch0
,
surfPtr
(),
faceAreaIntersect
::
tmMesh
,
AMIPatchToPatchInterpolation
::
imFaceAreaWeight
,
AMIReverse_
)
);
...
...
src/meshTools/mappedPatches/mappedPolyPatch/mappedPatchBase.C
View file @
b8ce43b9
...
...
@@ -849,6 +849,7 @@ void Foam::mappedPatchBase::calcAMI() const
samplePolyPatch
(),
// nbrPatch0,
surfPtr
(),
faceAreaIntersect
::
tmMesh
,
AMIPatchToPatchInterpolation
::
imFaceAreaWeight
,
AMIReverse_
)
);
...
...
src/meshTools/regionCoupled/patches/regionCoupledPolyPatch/regionCoupledBase.C
View file @
b8ce43b9
...
...
@@ -91,6 +91,7 @@ void Foam::regionCoupledBase::resetAMI() const
nbrPatch0
,
surfPtr
(),
faceAreaIntersect
::
tmMesh
,
AMIPatchToPatchInterpolation
::
imFaceAreaWeight
,
AMIReverse_
)
);
...
...
src/regionModels/regionModel/regionModel/regionModel.C
View file @
b8ce43b9
...
...
@@ -221,6 +221,7 @@ Foam::regionModels::regionModel::interRegionAMI
p
,
nbrP
,
faceAreaIntersect
::
tmMesh
,
AMIPatchToPatchInterpolation
::
imFaceAreaWeight
,
flip
)
);
...
...
@@ -261,6 +262,7 @@ Foam::regionModels::regionModel::interRegionAMI
p
,
nbrP
,
faceAreaIntersect
::
tmMesh
,
AMIPatchToPatchInterpolation
::
imFaceAreaWeight
,
flip
)
);
...
...
@@ -318,7 +320,7 @@ Foam::label Foam::regionModels::regionModel::nbrCoupledPatchID
(
"Foam::label Foam::regionModels::regionModel::nbrCoupledPatchID"
"("
"const regionModel&
, "
"const regionModel&, "
"const label"
") const"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment