compute_Tgc Interface

public interface compute_Tgc

Calls

interface~~compute_tgc~3~~CallsGraph interface~compute_tgc~3 compute_Tgc proc~compute_tgc_bspline_1d_scalar compute_Tgc_bspline_1d_scalar interface~compute_tgc~3->proc~compute_tgc_bspline_1d_scalar proc~compute_tgc_bspline_1d_vector compute_Tgc_bspline_1d_vector interface~compute_tgc~3->proc~compute_tgc_bspline_1d_vector proc~compute_tgc_nurbs_1d_scalar compute_Tgc_nurbs_1d_scalar interface~compute_tgc~3->proc~compute_tgc_nurbs_1d_scalar proc~compute_tgc_nurbs_1d_vector compute_Tgc_nurbs_1d_vector interface~compute_tgc~3->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~3~~CalledByGraph interface~compute_tgc~3 compute_Tgc proc~basis_scalar~3 nurbs_curve%basis_scalar proc~basis_scalar~3->interface~compute_tgc~3 proc~basis_vector~3 nurbs_curve%basis_vector proc~basis_vector~3->interface~compute_tgc~3 none~basis~3 nurbs_curve%basis none~basis~3->proc~basis_scalar~3 none~basis~3->proc~basis_vector~3 program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~basis~3

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