47#ifndef SIMPInterpolation_H
48#define SIMPInterpolation_H
61class SIMPInterpolation
63 public topOInterpolationFunction
77 SIMPInterpolation(
const SIMPInterpolation&);
80 void operator=(
const SIMPInterpolation&);
virtual void interpolate(const scalarField &arg, scalarField &res) const
Interpolate argument and write to result.
virtual tmp< scalarField > derivative(const scalarField &arg) const
Return of function with respect to the argument field.
virtual ~SIMPInterpolation()=default
Destructor.
TypeName("SIMP")
Runtime type information.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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.
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.