Go to the documentation of this file.
66 virtual Real
value(Real t,
const Point & pt)
const override;
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
PiecewiseBilinear reads from a file the information necessary to build the vectors x and y and the Co...
This class applies the Least Squares algorithm to a set of points to provide a smooth curve for sampl...
void parse(std::vector< Real > &x, std::vector< Real > &y, ColumnMajorMatrix &z)
static PetscErrorCode Vec x
ColumnMajorMatrixTempl< Real > ColumnMajorMatrix
virtual Real value(Real t, const Point &pt) const override
This function will return a value based on the first input argument only.
std::unique_ptr< BilinearInterpolation > _bilinear_interp
This class defines a Tensor that can change its shape.
InputParameters validParams< PiecewiseBilinear >()
Base class for function objects.
virtual ~PiecewiseBilinear()
PiecewiseBilinear(const InputParameters ¶meters)
const std::string _data_file_name