42#ifndef cellCellStencils_leastSquares_H
43#define cellCellStencils_leastSquares_H
61 public inverseDistance
66 leastSquares(
const leastSquares&) =
delete;
69 void operator=(
const leastSquares&) =
delete;
Minimal example by using system/controlDict.functions:
virtual ~leastSquares()
Destructor.
virtual void stencilWeights(const point &sample, const pointList &donorCcs, scalarList &weights) const
Calculate lsq weights for single acceptor.
TypeName("leastSquares")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
List< point > pointList
List of point.
vector point
Point is a vector.
List< scalar > scalarList
List of scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.