compute_d2Tgc Interface

private interface compute_d2Tgc

Called by

interface~~compute_d2tgc~~CalledByGraph interface~compute_d2tgc compute_d2Tgc proc~derivative2_scalar nurbs_volume%derivative2_scalar proc~derivative2_scalar->interface~compute_d2tgc proc~derivative2_vector nurbs_volume%derivative2_vector proc~derivative2_vector->interface~compute_d2tgc none~derivative2 nurbs_volume%derivative2 none~derivative2->proc~derivative2_scalar none~derivative2->proc~derivative2_vector proc~nearest_point2 nurbs_volume%nearest_point2 proc~nearest_point2->none~derivative2 program~nearest_point_3d nearest_point_3d program~nearest_point_3d->proc~nearest_point2

Subroutines

private pure subroutine compute_d2Tgc_bspline_3d_scalar(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_d2Tgc, f_dTgc, 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(out), allocatable :: f_d2Tgc(:,:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:)

private pure subroutine compute_d2Tgc_bspline_3d_vector(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_ng, f_d2Tgc, f_dTgc, 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(out), allocatable :: f_d2Tgc(:,:,:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:,:)

private pure subroutine compute_d2Tgc_nurbs_3d_scalar(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_Wc, f_d2Tgc, f_dTgc, 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(:)
real(kind=rk), intent(out), allocatable :: f_d2Tgc(:,:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:)

private pure subroutine compute_d2Tgc_nurbs_3d_vector(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_ng, f_Wc, f_d2Tgc, f_dTgc, 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(:)
real(kind=rk), intent(out), allocatable :: f_d2Tgc(:,:,:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:,:)