34 #ifndef linearSpatial_H 35 #define linearSpatial_H 58 point referencePoint_;
61 scalar referenceCellSize_;
68 scalar cellSizeGradient_;
74 scalar sizeFunction(
const point& pt)
const;
89 const scalar& defaultCellSize,
A list of keyword definitions, which are a keyword followed by any number of values (e...
Abstract base class for specifying target cell sizes.
linearSpatial(const dictionary &initialPointsDict, const searchableSurface &surface, const scalar &defaultCellSize, const labelList regionIndices)
Construct from components.
This class describes the interaction of (usually) a face and a point. It carries the info of a succes...
Base class of (analytical or triangulated) surface. Encapsulates all the search routines. WIP.
virtual bool cellSize(const point &pt, scalar &size) const
Modify scalar argument to the cell size specified by function.
virtual ~linearSpatial()
Destructor.
virtual bool sizeLocations(const pointIndexHit &hitPt, const vector &n, pointField &shapePts, scalarField &shapeSizes) const
TypeName("linearSpatial")
Runtime type information.