compute_d2Tgc_nurbs_1d_scalar Subroutine

private pure subroutine compute_d2Tgc_nurbs_1d_scalar(Xt, knot, degree, nc, Wc, d2Tgc, dTgc, Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: Xt
real(kind=rk), intent(in), contiguous :: knot(:)
integer, intent(in) :: degree
integer, intent(in) :: nc
real(kind=rk), intent(in), contiguous :: Wc(:)
real(kind=rk), intent(out), allocatable :: d2Tgc(:)
real(kind=rk), intent(out), allocatable :: dTgc(:)
real(kind=rk), intent(out), allocatable :: Tgc(:)

Calls

proc~~compute_d2tgc_nurbs_1d_scalar~~CallsGraph proc~compute_d2tgc_nurbs_1d_scalar compute_d2Tgc_nurbs_1d_scalar interface~basis_bspline_2der basis_bspline_2der proc~compute_d2tgc_nurbs_1d_scalar->interface~basis_bspline_2der proc~basis_bspline_2der_a basis_bspline_2der_A interface~basis_bspline_2der->proc~basis_bspline_2der_a proc~basis_bspline_2der_b basis_bspline_2der_B interface~basis_bspline_2der->proc~basis_bspline_2der_b proc~basis_bspline_2der_c basis_bspline_2der_C interface~basis_bspline_2der->proc~basis_bspline_2der_c

Called by

proc~~compute_d2tgc_nurbs_1d_scalar~~CalledByGraph proc~compute_d2tgc_nurbs_1d_scalar compute_d2Tgc_nurbs_1d_scalar interface~compute_d2tgc~3 compute_d2Tgc interface~compute_d2tgc~3->proc~compute_d2tgc_nurbs_1d_scalar proc~derivative2_scalar~3 nurbs_curve%derivative2_scalar proc~derivative2_scalar~3->interface~compute_d2tgc~3 proc~derivative2_vector~3 nurbs_curve%derivative2_vector proc~derivative2_vector~3->interface~compute_d2tgc~3 none~derivative2~3 nurbs_curve%derivative2 none~derivative2~3->proc~derivative2_scalar~3 none~derivative2~3->proc~derivative2_vector~3 proc~nearest_point2~3 nurbs_curve%nearest_point2 proc~nearest_point2~3->none~derivative2~3 program~fdm_test_curve fdm_test_curve program~fdm_test_curve->none~derivative2~3 program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~derivative2~3 program~test_nurbs_curve->proc~nearest_point2~3 program~nearest_point_1d nearest_point_1d program~nearest_point_1d->proc~nearest_point2~3