basis Subroutine

private pure subroutine basis(this, res, Xt, Tgc)

Type Bound

nurbs_curve

Arguments

Type IntentOptional Attributes Name
class(nurbs_curve), intent(inout) :: this
integer, intent(in), optional :: res
real(kind=rk), intent(in), optional, contiguous :: Xt(:)
real(kind=rk), intent(out), allocatable :: Tgc(:,:)

Calls

proc~~basis~2~~CallsGraph proc~basis~2 nurbs_curve%basis proc~is_rational~2 nurbs_curve%is_rational proc~basis~2->proc~is_rational~2