37 #ifndef fvcCellReduce_H 38 #define fvcCellReduce_H 54 template<
class Type,
class CombineOp>
55 tmp<GeometricField<Type, fvPatchField, volMesh>>
cellReduce 57 const GeometricField<Type, fvsPatchField, surfaceMesh>&,
59 const Type& nullValue = pTraits<Type>::zero
62 template<
class Type,
class CombineOp>
63 tmp<GeometricField<Type, fvPatchField, volMesh>>
cellReduce 65 const tmp<GeometricField<Type, fvsPatchField, surfaceMesh>>&,
67 const Type& nullValue = pTraits<Type>::zero
Forwards and collection of common volume field types.
tmp< GeometricField< Type, fvPatchField, volMesh > > cellReduce(const GeometricField< Type, fvsPatchField, surfaceMesh > &, const CombineOp &cop, const Type &nullValue=pTraits< Type >::zero)