Go to the documentation of this file.
37 #ifndef linearSpatial_H
38 #define linearSpatial_H
61 point referencePoint_;
64 scalar referenceCellSize_;
71 scalar cellSizeGradient_;
77 scalar sizeFunction(
const point& pt)
const;
92 const scalar& defaultCellSize,
virtual bool sizeLocations(const pointIndexHit &hitPt, const vector &n, pointField &shapePts, scalarField &shapeSizes) const
Abstract base class for specifying target cell sizes.
virtual ~linearSpatial()=default
This class describes the interaction of (usually) a face and a point. It carries the info of a succes...
Generic templated field type.
linearSpatial(const dictionary &initialPointsDict, const searchableSurface &surface, const scalar &defaultCellSize, const labelList regionIndices)
virtual bool cellSize(const point &pt, scalar &size) const
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("linearSpatial")