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
675e97dd
Commit
675e97dd
authored
Sep 15, 2008
by
mattijs
Browse files
PackedList sync
parent
4e178446
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H
View file @
675e97dd
...
...
@@ -221,6 +221,41 @@ public:
const
bool
applySeparation
);
// PackedList versions
template
<
int
nBits
,
class
CombineOp
>
static
void
syncFaceList
(
const
polyMesh
&
mesh
,
PackedList
<
nBits
>&
faceValues
,
const
CombineOp
&
cop
);
template
<
int
nBits
>
static
void
swapFaceList
(
const
polyMesh
&
mesh
,
PackedList
<
nBits
>&
faceValues
);
template
<
int
nBits
,
class
CombineOp
>
static
void
syncPointList
(
const
polyMesh
&
mesh
,
PackedList
<
nBits
>&
pointValues
,
const
CombineOp
&
cop
,
const
unsigned
int
nullValue
);
template
<
int
nBits
,
class
CombineOp
>
static
void
syncEdgeList
(
const
polyMesh
&
mesh
,
PackedList
<
nBits
>&
edgeValues
,
const
CombineOp
&
cop
,
const
unsigned
int
nullValue
);
// Other
//- Get per point whether is it master (of a coupled set of points)
...
...
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