Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
18b42907
Commit
18b42907
authored
9 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: processorPolyPatch: typo in comment
parent
c48a2032
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H
+7
-7
7 additions, 7 deletions
...esh/polyPatches/constraint/processor/processorPolyPatch.H
with
7 additions
and
7 deletions
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H
+
7
−
7
View file @
18b42907
...
...
@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation |
\\/ M anipulation |
Copyright (C) 2015 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
@@ -62,13 +62,13 @@ class processorPolyPatch
int
myProcNo_
;
int
neighbProcNo_
;
//- Processor-neighb
b
our patch face centres
//- Processor-neighbour patch face centres
vectorField
neighbFaceCentres_
;
//- Processor-neighb
b
our patch face areas
//- Processor-neighbour patch face areas
vectorField
neighbFaceAreas_
;
//- Processor-neighb
b
our patch neighbour cell centres
//- Processor-neighbour patch neighbour cell centres
vectorField
neighbFaceCellCentres_
;
//- Corresponding neighbouring local point label for every local point
...
...
@@ -270,19 +270,19 @@ public:
return
!
owner
();
}
//- Return processor-neighb
b
our patch face centres
//- Return processor-neighbour patch face centres
const
vectorField
&
neighbFaceCentres
()
const
{
return
neighbFaceCentres_
;
}
//- Return processor-neighb
b
our patch face areas
//- Return processor-neighbour patch face areas
const
vectorField
&
neighbFaceAreas
()
const
{
return
neighbFaceAreas_
;
}
//- Return processor-neighb
b
our patch neighbour cell centres
//- Return processor-neighbour patch neighbour cell centres
const
vectorField
&
neighbFaceCellCentres
()
const
{
return
neighbFaceCellCentres_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment