Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
7b4e30d8
Commit
7b4e30d8
authored
Sep 10, 2008
by
henry
Browse files
Updated the writePatchField function.
parent
e90439f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C
View file @
7b4e30d8
...
...
@@ -405,9 +405,9 @@ void writePatchField
{
const
Time
&
runTime
=
eMesh
.
mesh
().
time
();
const
List
<
faceSets
>&
boundaryFaceSets
=
eMesh
.
boundaryFaceSets
;
const
HashTable
<
labelList
>&
allPatchNames
=
eMesh
.
allPatchNames
;
const
HashTable
<
label
>&
patchIndices
=
eMesh
.
patchIndices
;
const
List
<
faceSets
>&
boundaryFaceSets
=
eMesh
.
boundaryFaceSets
()
;
const
HashTable
<
labelList
>&
allPatchNames
=
eMesh
.
allPatchNames
()
;
const
HashTable
<
label
>&
patchIndices
=
eMesh
.
patchIndices
()
;
const
HashTable
<
ensightMesh
::
nFacePrimitives
>&
nPatchPrims
=
eMesh
.
nPatchPrims
();
...
...
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H
View file @
7b4e30d8
...
...
@@ -88,9 +88,6 @@ class ensightMesh
List
<
faceSets
>
boundaryFaceSets_
;
HashTable
<
labelList
>
allPatchNames_
;
HashTable
<
label
>
patchIndices_
;
...
...
@@ -246,9 +243,8 @@ public:
ensightMesh
(
const
fvMesh
&
,
const
argList
&
args
,
const
bool
binary
);
// Destructor
~
ensightMesh
();
//- Destructor
~
ensightMesh
();
// Member Functions
...
...
Write
Preview
Markdown
is supported
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