basis Interface

public interface basis

Spline basis constructor

Calls

interface~~basis~~CallsGraph interface~basis basis proc~basisconstructor basisConstructor interface~basis->proc~basisconstructor

Contents


Module Procedures

private pure function basisConstructor(nk, p, k) result(me)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: nk

Number of the knots

integer, intent(in) :: p

Polynomial degree

real(kind=wp), intent(in) :: k(nk)

Open knot vector
kv(0:m)

Return Value type(basis)

Spline basis object