compute_d2Tgc Interface

private interface compute_d2Tgc

Called by

interface~~compute_d2tgc~2~~CalledByGraph interface~compute_d2tgc~2 compute_d2Tgc proc~derivative2_scalar~2 nurbs_curve%derivative2_scalar proc~derivative2_scalar~2->interface~compute_d2tgc~2 proc~derivative2_vector~2 nurbs_curve%derivative2_vector proc~derivative2_vector~2->interface~compute_d2tgc~2 none~derivative2~2 nurbs_curve%derivative2 none~derivative2~2->proc~derivative2_scalar~2 none~derivative2~2->proc~derivative2_vector~2 proc~nearest_point2~2 nurbs_curve%nearest_point2 proc~nearest_point2~2->none~derivative2~2 program~nearest_point_1d nearest_point_1d program~nearest_point_1d->proc~nearest_point2~2

Subroutines

private pure subroutine compute_d2Tgc_bspline_1d_scalar(f_Xt, f_knot, f_degree, f_nc, f_d2Tgc, f_dTgc, 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(out), allocatable :: f_d2Tgc(:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:)

private pure subroutine compute_d2Tgc_bspline_1d_vector(f_Xt, f_knot, f_degree, f_nc, f_ng, f_d2Tgc, f_dTgc, 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(out), allocatable :: f_d2Tgc(:,:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:,:)

private pure subroutine compute_d2Tgc_nurbs_1d_scalar(f_Xt, f_knot, f_degree, f_nc, f_Wc, f_d2Tgc, f_dTgc, 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(:)
real(kind=rk), intent(out), allocatable :: f_d2Tgc(:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:)

private pure subroutine compute_d2Tgc_nurbs_1d_vector(f_Xt, f_knot, f_degree, f_nc, f_ng, f_Wc, f_d2Tgc, f_dTgc, 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(:)
real(kind=rk), intent(out), allocatable :: f_d2Tgc(:,:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:,:)