ValueOfFunctionAtPointOnGrid
Evaluate a Chebyshev series at arbitrary points in its physical domain.
Developer documentation: this item describes internal implementation details.
Declaration
value = ValueOfFunctionAtPointOnGrid(x0,x,func_cheb)
Parameters
x0evaluation pointsxLobatto grid defining the physical domainfunc_chebChebyshev coefficients
Returns
valueseries evaluated atx0
Discussion
We have the Chebyshev coefficents of function func_cheb, defined on grid x, return the value at x0;