derivative_vector Subroutine

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

Calls

proc~~derivative_vector~~CallsGraph proc~derivative_vector nurbs_curve%derivative_vector interface~compute_dtgc compute_dTgc proc~derivative_vector->interface~compute_dtgc proc~is_rational nurbs_curve%is_rational proc~derivative_vector->proc~is_rational proc~compute_dtgc_bspline_1d_scalar compute_dTgc_bspline_1d_scalar interface~compute_dtgc->proc~compute_dtgc_bspline_1d_scalar proc~compute_dtgc_bspline_1d_vector compute_dTgc_bspline_1d_vector interface~compute_dtgc->proc~compute_dtgc_bspline_1d_vector proc~compute_dtgc_nurbs_1d_scalar compute_dTgc_nurbs_1d_scalar interface~compute_dtgc->proc~compute_dtgc_nurbs_1d_scalar proc~compute_dtgc_nurbs_1d_vector compute_dTgc_nurbs_1d_vector interface~compute_dtgc->proc~compute_dtgc_nurbs_1d_vector proc~basis_bspline_der basis_bspline_der proc~compute_dtgc_bspline_1d_scalar->proc~basis_bspline_der proc~compute_dtgc_bspline_1d_vector->proc~basis_bspline_der proc~compute_dtgc_nurbs_1d_scalar->proc~basis_bspline_der proc~compute_dtgc_nurbs_1d_vector->proc~basis_bspline_der

Called by

proc~~derivative_vector~~CalledByGraph proc~derivative_vector nurbs_curve%derivative_vector none~derivative nurbs_curve%derivative none~derivative->proc~derivative_vector proc~ansatz nurbs_curve%ansatz proc~ansatz->none~derivative program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~derivative proc~cmp_length nurbs_curve%cmp_length program~test_nurbs_curve->proc~cmp_length proc~cmp_length->proc~ansatz program~compute_length compute_length program~compute_length->proc~cmp_length