|
Static Public Member Functions |
template<class T, class CombineOp> |
label | syncPointList (const polyMesh &, UList< T > &, const CombineOp &bop, const T &nullValue, const bool applySeparation) |
| Synchronize values on all mesh points. Returns number of changed.
|
template<class T, class CombineOp> |
label | syncEdgeList (const polyMesh &, UList< T > &, const CombineOp &bop, const T &nullValue, const bool applySeparation) |
| Synchronize values on all mesh edges. Returns number of changed.
|
template<class T, class CombineOp> |
label | syncFaceList (const polyMesh &, UList< T > &, const CombineOp &bop, const bool applySeparation) |
| Synchronize values on all mesh faces. Returns number of changed.
|
template<class T> |
void | swapFaceList (const polyMesh &, UList< T > &, const bool applySeparation) |
| Swap coupled face values.
|