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
Modules
Visualization
Commits
f2480858
Commit
f2480858
authored
Nov 03, 2009
by
Mark Olesen
Browse files
PV3FoamReader bugfix - interpolated point fields had wrong names on the patches
parent
45f195bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamVolFields.H
View file @
f2480858
...
...
@@ -109,6 +109,13 @@ void Foam::vtkPV3Foam::convertVolFields
//
// Convert patches - if activated
//
// the name for the interpolated patch point field must be consistent
// with the interpolated volume point field
// this could be done better
const
word
pointFldName
=
"volPointInterpolate("
+
tf
.
name
()
+
')'
;
for
(
int
partId
=
partInfoPatches_
.
start
();
...
...
@@ -155,7 +162,7 @@ void Foam::vtkPV3Foam::convertVolFields
convertPatchPointField
(
tf
.
n
ame
()
,
pointFldN
ame
,
ppInterpList
[
patchId
].
faceToPointInterpolate
(
tpptf
)(),
output
,
partInfoPatches_
,
...
...
@@ -175,7 +182,7 @@ void Foam::vtkPV3Foam::convertVolFields
convertPatchPointField
(
tf
.
n
ame
()
,
pointFldN
ame
,
ppInterpList
[
patchId
].
faceToPointInterpolate
(
ptf
)(),
output
,
partInfoPatches_
,
...
...
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