Go to the documentation of this file.
40 #ifndef gaussDivScheme_H
41 #define gaussDivScheme_H
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A class for managing temporary objects.
tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > fvcDiv(const GeometricField< Type, fvPatchField, volMesh > &)
Mesh data needed to do the Finite Volume discretisation.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Abstract base class for div schemes.
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
gaussDivScheme(const fvMesh &mesh, Istream &is)
gaussDivScheme(const fvMesh &mesh)
Generic GeometricField class.
Basic second-order div using face-gradients and Gauss' theorem.