35 #ifndef fvcCellReduce_H 36 #define fvcCellReduce_H 52 template<
class Type,
class CombineOp>
53 tmp<GeometricField<Type, fvPatchField, volMesh>>
cellReduce 55 const GeometricField<Type, fvsPatchField, surfaceMesh>&,
57 const Type& nullValue = pTraits<Type>::zero
60 template<
class Type,
class CombineOp>
61 tmp<GeometricField<Type, fvPatchField, volMesh>>
cellReduce 63 const tmp<GeometricField<Type, fvsPatchField, surfaceMesh>>&,
65 const Type& nullValue = pTraits<Type>::zero
tmp< GeometricField< Type, fvPatchField, volMesh > > cellReduce(const GeometricField< Type, fvsPatchField, surfaceMesh > &, const CombineOp &cop, const Type &nullValue=pTraits< Type >::zero)