www.mooseframework.org
SplineInterpolationBase Member List

This is the complete list of members for SplineInterpolationBase, including all inherited members.

_deriv_boundSplineInterpolationBaseprotectedstatic
computeCoeffs(const std::vector< Real > &x, unsigned int klo, unsigned int khi, const T &x_int, Real &h, T &a, T &b) constSplineInterpolationBaseprotected
findInterval(const std::vector< Real > &x, Real x_int, unsigned int &klo, unsigned int &khi) constSplineInterpolationBaseprotected
sample(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, Real x_int) constSplineInterpolationBase
sample(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, const ADReal &x_int) constSplineInterpolationBase
sample(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, const T &x_int, unsigned int klo, unsigned int khi) constSplineInterpolationBaseprotected
sample2ndDerivative(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, Real x_int) constSplineInterpolationBase
sampleDerivative(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, Real x_int) constSplineInterpolationBase
spline(const std::vector< Real > &x, const std::vector< Real > &y, std::vector< Real > &y2, Real yp1=_deriv_bound, Real ypn=_deriv_bound)SplineInterpolationBaseprotected
SplineInterpolationBase()SplineInterpolationBase
~SplineInterpolationBase()=defaultSplineInterpolationBasevirtual