compute_dTgc_nurbs_1d_vector Subroutine

private pure subroutine compute_dTgc_nurbs_1d_vector(Xt, knot, degree, nc, ng, Wc, dTgc, Tgc)

Arguments

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

Calls

proc~~compute_dtgc_nurbs_1d_vector~~CallsGraph proc~compute_dtgc_nurbs_1d_vector compute_dTgc_nurbs_1d_vector interface~basis_bspline_der basis_bspline_der proc~compute_dtgc_nurbs_1d_vector->interface~basis_bspline_der proc~basis_bspline_der_a basis_bspline_der_A interface~basis_bspline_der->proc~basis_bspline_der_a proc~basis_bspline_der_b basis_bspline_der_B interface~basis_bspline_der->proc~basis_bspline_der_b

Called by

proc~~compute_dtgc_nurbs_1d_vector~~CalledByGraph proc~compute_dtgc_nurbs_1d_vector compute_dTgc_nurbs_1d_vector interface~compute_dtgc~3 compute_dTgc interface~compute_dtgc~3->proc~compute_dtgc_nurbs_1d_vector proc~derivative_scalar~3 nurbs_curve%derivative_scalar proc~derivative_scalar~3->interface~compute_dtgc~3 proc~derivative_vector~3 nurbs_curve%derivative_vector proc~derivative_vector~3->interface~compute_dtgc~3 none~derivative~3 nurbs_curve%derivative none~derivative~3->proc~derivative_scalar~3 none~derivative~3->proc~derivative_vector~3 proc~ansatz~3 nurbs_curve%ansatz proc~ansatz~3->none~derivative~3 program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~derivative~3 proc~cmp_length nurbs_curve%cmp_length program~test_nurbs_curve->proc~cmp_length proc~cmp_length->proc~ansatz~3 program~compute_length compute_length program~compute_length->proc~cmp_length