53 namespace AveragingMethods
87 virtual void updateGrad();
void add(const barycentric &coordinates, const tetIndices &tetIs, const Type &value)
Member Functions.
AveragingMethod< Type >::TypeGrad TypeGrad
Gradient type.
Basic(const IOobject &io, const dictionary &dict, const fvMesh &mesh)
Constructors.
A list of keyword definitions, which are a keyword followed by any number of values (e...
tmp< Field< Type > > primitiveField() const
Return an internal field of the average.
outerProduct< vector, Type >::type TypeGrad
Protected typedefs.
Type interpolate(const barycentric &coordinates, const tetIndices &tetIs) const
Interpolate.
TypeGrad interpolateGrad(const barycentric &coordinates, const tetIndices &tetIs) const
Interpolate gradient.
Basic lagrangian averaging procedure.
Pre-declare SubField and related Field type.
virtual autoPtr< AveragingMethod< Type > > clone() const
Construct and return a clone.
Base class for lagrangian averaging methods.
TypeName("basic")
Runtime type information.
virtual ~Basic()
Destructor.
Storage and named access for the indices of a tet which is part of the decomposition of a cell...
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
tmp< Field< TypeGrad > > internalFieldGrad() const
Return an internal field of the gradient.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...