virtual Real value(Real t, const Point &p) const
Override this to evaluate the scalar function at point (t,x,y,z), by default this returns zero,...
Function which provides a piecewise continuous linear interpolation of a data set provided as two col...
const VectorPostprocessorValue & _argument_column
std::unique_ptr< LinearInterpolation > _linear_interp
static InputParameters validParams()
T valueInternal(const T &t, const P &p) const
std::tuple< Real, unsigned int, unsigned int > _last_update
last iteration during which the linear interpolation was rebuilt
const VectorPostprocessorValue & _value_column
FEProblemBase & _fe_problem
used to get the current linear/non-linear iteration number
virtual Real value(Real t, const Point &p) const override
Override this to evaluate the scalar function at point (t,x,y,z), by default this returns zero,...