Go to the documentation of this file.
62 namespace AveragingMethods
139 virtual ~Dual() =
default;
Base class for lagrangian averaging methods.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for managing temporary objects.
tmp< Field< TypeGrad > > internalFieldGrad() const
virtual autoPtr< AveragingMethod< Type > > clone() const
AveragingMethod< Type >::TypeGrad TypeGrad
void add(const barycentric &coordinates, const tetIndices &tetIs, const Type &value)
tmp< Field< Type > > primitiveField() const
PtrList< coordinateSystem > coordinates(solidRegions.size())
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Dual(const IOobject &io, const dictionary &dict, const fvMesh &mesh)
Mesh data needed to do the Finite Volume discretisation.
Type interpolate(const barycentric &coordinates, const tetIndices &tetIs) const
TypeGrad interpolateGrad(const barycentric &coordinates, const tetIndices &tetIs) const
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Dual-mesh lagrangian averaging procedure.