compute_Tgc Interface

private interface compute_Tgc

Called by

interface~~compute_tgc~2~~CalledByGraph interface~compute_tgc~2 compute_Tgc proc~basis_scalar~2 nurbs_curve%basis_scalar proc~basis_scalar~2->interface~compute_tgc~2 proc~basis_vector~2 nurbs_curve%basis_vector proc~basis_vector~2->interface~compute_tgc~2

Functions

private pure function compute_Tgc_bspline_1d_scalar(f_Xt, f_knot, f_degree, f_nc) result(f_Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: f_Xt
real(kind=rk), intent(in), contiguous :: f_knot(:)
integer, intent(in) :: f_degree
integer, intent(in) :: f_nc

Return Value real(kind=rk), allocatable, (:)

private pure function compute_Tgc_bspline_1d_vector(f_Xt, f_knot, f_degree, f_nc, f_ng) result(f_Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), contiguous :: f_Xt(:)
real(kind=rk), intent(in), contiguous :: f_knot(:)
integer, intent(in) :: f_degree
integer, intent(in) :: f_nc
integer, intent(in) :: f_ng

Return Value real(kind=rk), allocatable, (:,:)

private pure function compute_Tgc_nurbs_1d_scalar(f_Xt, f_knot, f_degree, f_nc, f_Wc) result(f_Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: f_Xt
real(kind=rk), intent(in), contiguous :: f_knot(:)
integer, intent(in) :: f_degree
integer, intent(in) :: f_nc
real(kind=rk), intent(in), contiguous :: f_Wc(:)

Return Value real(kind=rk), allocatable, (:)

private pure function compute_Tgc_nurbs_1d_vector(f_Xt, f_knot, f_degree, f_nc, f_ng, f_Wc) result(f_Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), contiguous :: f_Xt(:)
real(kind=rk), intent(in), contiguous :: f_knot(:)
integer, intent(in) :: f_degree
integer, intent(in) :: f_nc
integer, intent(in) :: f_ng
real(kind=rk), intent(in), contiguous :: f_Wc(:)

Return Value real(kind=rk), allocatable, (:,:)