compute_Tgc Interface

private interface compute_Tgc

Calls

interface~~compute_tgc~~CallsGraph interface~compute_tgc compute_Tgc proc~compute_tgc_bspline_1d_scalar compute_Tgc_bspline_1d_scalar interface~compute_tgc->proc~compute_tgc_bspline_1d_scalar proc~compute_tgc_bspline_1d_vector compute_Tgc_bspline_1d_vector interface~compute_tgc->proc~compute_tgc_bspline_1d_vector proc~compute_tgc_nurbs_1d_scalar compute_Tgc_nurbs_1d_scalar interface~compute_tgc->proc~compute_tgc_nurbs_1d_scalar proc~compute_tgc_nurbs_1d_vector compute_Tgc_nurbs_1d_vector interface~compute_tgc->proc~compute_tgc_nurbs_1d_vector proc~basis_bspline basis_bspline proc~compute_tgc_bspline_1d_scalar->proc~basis_bspline proc~compute_tgc_bspline_1d_vector->proc~basis_bspline proc~compute_tgc_nurbs_1d_scalar->proc~basis_bspline proc~compute_tgc_nurbs_1d_vector->proc~basis_bspline

Called by

interface~~compute_tgc~~CalledByGraph interface~compute_tgc compute_Tgc proc~basis_scalar nurbs_curve%basis_scalar proc~basis_scalar->interface~compute_tgc proc~basis_vector nurbs_curve%basis_vector proc~basis_vector->interface~compute_tgc none~basis nurbs_curve%basis none~basis->proc~basis_scalar none~basis->proc~basis_vector program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~basis

Module Procedures

private pure function compute_Tgc_nurbs_1d_vector(Xt, knot, degree, nc, ng, Wc) result(Tgc)

Author
Seyed Ali Ghasemi
License
BSD 3-Clause

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) :: ng
real(kind=rk), intent(in), contiguous :: Wc(:)

Return Value real(kind=rk), allocatable, (:,:)

private pure function compute_Tgc_bspline_1d_vector(Xt, knot, degree, nc, ng) result(Tgc)

Author
Seyed Ali Ghasemi
License
BSD 3-Clause

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) :: ng

Return Value real(kind=rk), allocatable, (:,:)

private pure function compute_Tgc_nurbs_1d_scalar(Xt, knot, degree, nc, Wc) result(Tgc)

Author
Seyed Ali Ghasemi
License
BSD 3-Clause

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(:)

Return Value real(kind=rk), allocatable, (:)

private pure function compute_Tgc_bspline_1d_scalar(Xt, knot, degree, nc) result(Tgc)

Author
Seyed Ali Ghasemi
License
BSD 3-Clause

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

Return Value real(kind=rk), allocatable, (:)