Skip to content
GitLab
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
121a3776
Commit
121a3776
authored
Jan 21, 2011
by
graham
Browse files
BUG: face and cell index the wrong way round.
parent
b9daa7b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C
View file @
121a3776
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-201
0
OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-201
1
OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -155,8 +155,8 @@ void Foam::cellPointWeight::findTriangle
List
<
tetIndices
>
faceTets
=
polyMeshTetDecomposition
::
faceTetIndices
(
mesh
,
mesh
.
faceOwner
()[
faceI
]
,
faceI
faceI
,
mesh
.
faceOwner
()[
faceI
]
);
const
scalar
faceAreaSqr
=
magSqr
(
mesh
.
faceAreas
()[
faceI
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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