compute_Tgc Interface

private interface compute_Tgc

Called by

interface~~compute_tgc~~CalledByGraph interface~compute_tgc compute_Tgc proc~basis_scalar nurbs_volume%basis_scalar proc~basis_scalar->interface~compute_tgc proc~basis_vector nurbs_volume%basis_vector proc~basis_vector->interface~compute_tgc

Functions

private pure function compute_Tgc_bspline_3d_scalar(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc) result(f_Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), contiguous :: f_Xt(:)
real(kind=rk), intent(in), contiguous :: f_knot1(:)
real(kind=rk), intent(in), contiguous :: f_knot2(:)
real(kind=rk), intent(in), contiguous :: f_knot3(:)
integer, intent(in) :: f_degree(3)
integer, intent(in) :: f_nc(3)

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

private pure function compute_Tgc_bspline_3d_vector(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_ng) result(f_Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), contiguous :: f_Xt(:,:)
real(kind=rk), intent(in), contiguous :: f_knot1(:)
real(kind=rk), intent(in), contiguous :: f_knot2(:)
real(kind=rk), intent(in), contiguous :: f_knot3(:)
integer, intent(in) :: f_degree(3)
integer, intent(in) :: f_nc(3)
integer, intent(in) :: f_ng(3)

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

private pure function compute_Tgc_nurbs_3d_scalar(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_Wc) result(f_Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), contiguous :: f_Xt(:)
real(kind=rk), intent(in), contiguous :: f_knot1(:)
real(kind=rk), intent(in), contiguous :: f_knot2(:)
real(kind=rk), intent(in), contiguous :: f_knot3(:)
integer, intent(in) :: f_degree(3)
integer, intent(in) :: f_nc(3)
real(kind=rk), intent(in), contiguous :: f_Wc(:)

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

private pure function compute_Tgc_nurbs_3d_vector(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_ng, f_Wc) result(f_Tgc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), contiguous :: f_Xt(:,:)
real(kind=rk), intent(in), contiguous :: f_knot1(:)
real(kind=rk), intent(in), contiguous :: f_knot2(:)
real(kind=rk), intent(in), contiguous :: f_knot3(:)
integer, intent(in) :: f_degree(3)
integer, intent(in) :: f_nc(3)
integer, intent(in) :: f_ng(3)
real(kind=rk), intent(in), contiguous :: f_Wc(:)

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