38#ifndef linearInterpolation_H
39#define linearInterpolation_H
52class linearInterpolation
54 public topOInterpolationFunction
62 linearInterpolation(
const linearInterpolation&);
65 void operator=(
const linearInterpolation&);
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.
virtual void interpolate(const scalarField &arg, scalarField &res) const
Interpolate argument and write to result.
virtual ~linearInterpolation()=default
Destructor.
virtual tmp< scalarField > derivative(const scalarField &arg) const
Return of function with respect to the argument field.
TypeName("linear")
Runtime type information.
A class for managing temporary objects.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.