compute_dTgc Interface

private interface compute_dTgc

Called by

interface~~compute_dtgc~3~~CalledByGraph interface~compute_dtgc~3 compute_dTgc proc~derivative_scalar~3 nurbs_surface%derivative_scalar proc~derivative_scalar~3->interface~compute_dtgc~3 proc~derivative_vector~3 nurbs_surface%derivative_vector proc~derivative_vector~3->interface~compute_dtgc~3 none~derivative~3 nurbs_surface%derivative none~derivative~3->proc~derivative_scalar~3 none~derivative~3->proc~derivative_vector~3 proc~ansatz~3 nurbs_surface%ansatz proc~ansatz~3->none~derivative~3 proc~cmp_area nurbs_surface%cmp_area proc~cmp_area->proc~ansatz~3 program~compute_area compute_area program~compute_area->proc~cmp_area

Subroutines

private pure subroutine compute_dTgc_bspline_2d_scalar(f_Xt, f_knot1, f_knot2, f_degree, nc, f_dTgc, f_Tgc, elem)

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(:)
integer, intent(in) :: f_degree(2)
integer, intent(in) :: nc(2)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:)
integer, intent(in) :: elem(:)

private pure subroutine compute_dTgc_bspline_2d_vector(f_Xt, f_knot1, f_knot2, f_degree, nc, f_ng, 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(:)
integer, intent(in) :: f_degree(2)
integer, intent(in) :: nc(2)
integer, intent(in) :: f_ng(2)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:,:)

private pure subroutine compute_dTgc_nurbs_2d_scalar(f_Xt, f_knot1, f_knot2, f_degree, f_nc, f_Wc, f_dTgc, f_Tgc, elem)

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(:)
integer, intent(in) :: f_degree(2)
integer, intent(in) :: f_nc(2)
real(kind=rk), intent(in), contiguous :: f_Wc(:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:)
integer, intent(in) :: elem(:)

private pure subroutine compute_dTgc_nurbs_2d_vector(f_Xt, f_knot1, f_knot2, f_degree, f_nc, f_ng, f_Wc, 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(:)
integer, intent(in) :: f_degree(2)
integer, intent(in) :: f_nc(2)
integer, intent(in) :: f_ng(2)
real(kind=rk), intent(in), contiguous :: f_Wc(:)
real(kind=rk), intent(out), allocatable :: f_dTgc(:,:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:,:)