uf3.representation.bspline.generate_basis_functions

generate_basis_functions(knot_subintervals)[source]
Parameters

knot_subintervals (list) – list of knot subintervals, e.g. from ufpotential.representation.knots.get_knot_subintervals

Returns

list of scipy B-spline basis functions.

Return type

basis_functions (list)