compute_dTgc Interface

private interface compute_dTgc

Called by

interface~~compute_dtgc~~CalledByGraph interface~compute_dtgc compute_dTgc proc~derivative_scalar nurbs_volume%derivative_scalar proc~derivative_scalar->interface~compute_dtgc proc~derivative_vector nurbs_volume%derivative_vector proc~derivative_vector->interface~compute_dtgc none~derivative nurbs_volume%derivative none~derivative->proc~derivative_scalar none~derivative->proc~derivative_vector proc~ansatz nurbs_volume%ansatz proc~ansatz->none~derivative proc~cmp_volume nurbs_volume%cmp_volume proc~cmp_volume->proc~ansatz program~compute_volume compute_volume program~compute_volume->proc~cmp_volume

Subroutines

private pure subroutine compute_dTgc_bspline_3d_scalar(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_dTgc, f_Tgc, f_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(:)
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_dTgc(:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:)
integer, intent(in), optional :: f_elem(:)

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

private pure subroutine compute_dTgc_nurbs_3d_scalar(f_Xt, f_knot1, f_knot2, f_knot3, f_degree, f_nc, f_Wc, f_dTgc, f_Tgc, f_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(:)
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_dTgc(:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:)
integer, intent(in), optional :: f_elem(:)

private pure subroutine compute_dTgc_nurbs_3d_vector(f_Xt, f_knot1, f_knot2, f_knot3, 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(:)
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_dTgc(:,:,:)
real(kind=rk), intent(out), allocatable :: f_Tgc(:,:)