Go to the documentation of this file.
41 #ifndef leastSquaresGrad_H
42 #define leastSquaresGrad_H
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
leastSquaresGrad(const fvMesh &mesh, Istream &)
virtual tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > calcGrad(const GeometricField< Type, fvPatchField, volMesh > &vsf, const word &name) const
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
Mesh data needed to do the Finite Volume discretisation.
typeOfRank< typename pTraits< arg1 >::cmptType, direction(pTraits< arg1 >::rank)+direction(pTraits< arg2 >::rank) >::type type
Second-order gradient scheme using least-squares.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
const fvMesh & mesh() const
Abstract base class for gradient schemes.
Mesh data needed to do the Finite Volume discretisation.
word name(const expressions::valueTypeCode typeCode)
leastSquaresGrad(const fvMesh &mesh)
Generic GeometricField class.