derivative2_vector Subroutine

private pure subroutine derivative2_vector(this, res, Xt, d2Tgc, dTgc, 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 :: d2Tgc(:,:)
real(kind=rk), intent(out), optional, allocatable :: dTgc(:,:)
real(kind=rk), intent(out), optional, allocatable :: Tgc(:,:)

Calls

proc~~derivative2_vector~~CallsGraph proc~derivative2_vector nurbs_curve%derivative2_vector interface~compute_d2tgc compute_d2Tgc proc~derivative2_vector->interface~compute_d2tgc proc~is_rational nurbs_curve%is_rational proc~derivative2_vector->proc~is_rational proc~compute_d2tgc_bspline_1d_scalar compute_d2Tgc_bspline_1d_scalar interface~compute_d2tgc->proc~compute_d2tgc_bspline_1d_scalar proc~compute_d2tgc_bspline_1d_vector compute_d2Tgc_bspline_1d_vector interface~compute_d2tgc->proc~compute_d2tgc_bspline_1d_vector proc~compute_d2tgc_nurbs_1d_scalar compute_d2Tgc_nurbs_1d_scalar interface~compute_d2tgc->proc~compute_d2tgc_nurbs_1d_scalar proc~compute_d2tgc_nurbs_1d_vector compute_d2Tgc_nurbs_1d_vector interface~compute_d2tgc->proc~compute_d2tgc_nurbs_1d_vector proc~basis_bspline_2der basis_bspline_2der proc~compute_d2tgc_bspline_1d_scalar->proc~basis_bspline_2der proc~compute_d2tgc_bspline_1d_vector->proc~basis_bspline_2der proc~compute_d2tgc_nurbs_1d_scalar->proc~basis_bspline_2der proc~compute_d2tgc_nurbs_1d_vector->proc~basis_bspline_2der

Called by

proc~~derivative2_vector~~CalledByGraph proc~derivative2_vector nurbs_curve%derivative2_vector none~derivative2 nurbs_curve%derivative2 none~derivative2->proc~derivative2_vector proc~nearest_point2 nurbs_curve%nearest_point2 proc~nearest_point2->none~derivative2 program~fdm_test_curve fdm_test_curve program~fdm_test_curve->none~derivative2 program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~derivative2 program~test_nurbs_curve->proc~nearest_point2 program~nearest_point_1d nearest_point_1d program~nearest_point_1d->proc~nearest_point2