|
subroutine, public | bspline_base_gbl::map_knots_to_grid (knots, order, last_bspline, r, bspline_start_end_r) |
| Find the indices mapping the start and end of each B-spline to the (quadrature) points r. For a B-spline with index ind which doesn't overlap with the quadrature grid the values in bspline_start_end_r are: bspline_start_end_r(1,ind) = 0, bspline_start_end_r(2,ind) = -1. More...
|
|
subroutine | bspline_base_gbl::DINTRV (XT, LXT, X, ILO, ILEFT, MFLAG) |
|
real(kind=wp) function | bspline_base_gbl::DBVALU (T, A, N, K, IDERIV, X, INBV, WORK) |
|
real(kind=cfp) function | bspline_base_gbl::DPPVAL (LDC, C, XI, LXI, K, IDERIV, X, INPPV) |
|
subroutine | bspline_base_gbl::QINTRV (XT, LXT, X, ILO, ILEFT, MFLAG) |
|
real(kind=ep1) function | bspline_base_gbl::QBVALU (T, A, N, K, IDERIV, X, INBV, WORK) |
|