Go to the documentation of this file.
35 #ifndef leastSquaresGrad_H
36 #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 &)
Construct from Istream.
virtual tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > calcGrad(const GeometricField< Type, fvPatchField, volMesh > &vsf, const word &name) const
Return the gradient of the given field to the gradScheme::grad.
A class for handling words, derived from string.
A class for managing temporary objects.
Mesh data needed to do the Finite Volume discretisation.
Second-order gradient scheme using least-squares.
typeOfRank< typename pTraits< arg1 >::cmptType, int(pTraits< arg1 >::rank)+int(pTraits< arg2 >::rank) >::type type
void operator=(const leastSquaresGrad &)
Disallow default bitwise assignment.
leastSquaresGrad(const leastSquaresGrad &)
Disallow default bitwise copy construct.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
TypeName("leastSquares")
Runtime type information.
const fvMesh & mesh() const
Return mesh reference.
Abstract base class for gradient schemes.
Mesh data needed to do the Finite Volume discretisation.
leastSquaresGrad(const fvMesh &mesh)
Construct from mesh.
Generic GeometricField class.
word name(const complex &)
Return a string representation of a complex.