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
aa15f7a5
Commit
aa15f7a5
authored
Sep 09, 2008
by
mattijs
Browse files
generalised directMappedPolyPatch
parent
7b40c7ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C
View file @
aa15f7a5
...
...
@@ -159,7 +159,7 @@ void directMappedFixedValueFvPatchField<Type>::updateCoeffs()
// Get the scheduling information
const
List
<
labelPair
>&
schedule
=
mpp
.
schedule
();
const
labelListList
&
send
Cell
Labels
=
mpp
.
send
Cell
Labels
();
const
labelListList
&
sendLabels
=
mpp
.
sendLabels
();
const
labelListList
&
receiveFaceLabels
=
mpp
.
receiveFaceLabels
();
...
...
@@ -177,7 +177,7 @@ void directMappedFixedValueFvPatchField<Type>::updateCoeffs()
toProc
<<
IndirectList
<
Type
>
(
this
->
internalField
(),
send
Cell
Labels
[
recvProc
]
sendLabels
[
recvProc
]
)();
}
else
...
...
@@ -204,7 +204,7 @@ void directMappedFixedValueFvPatchField<Type>::updateCoeffs()
IndirectList
<
Type
>
fromFld
(
this
->
internalField
(),
send
Cell
Labels
[
Pstream
::
myProcNo
()]
sendLabels
[
Pstream
::
myProcNo
()]
);
// Destination faces
...
...
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