compute_dTgc_nurbs_2d_scalar Subroutine

private pure subroutine compute_dTgc_nurbs_2d_scalar(Xt, knot1, knot2, degree, nc, Wc, dTgc, Tgc, elem)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in), contiguous :: Xt(:)
real(kind=rk), intent(in), contiguous :: knot1(:)
real(kind=rk), intent(in), contiguous :: knot2(:)
integer, intent(in) :: degree(2)
integer, intent(in) :: nc(2)
real(kind=rk), intent(in), contiguous :: Wc(:)
real(kind=rk), intent(out), allocatable :: dTgc(:,:)
real(kind=rk), intent(out), allocatable :: Tgc(:)
integer, intent(in), optional :: elem(:)

Calls

proc~~compute_dtgc_nurbs_2d_scalar~~CallsGraph proc~compute_dtgc_nurbs_2d_scalar compute_dTgc_nurbs_2d_scalar proc~basis_bspline_der basis_bspline_der proc~compute_dtgc_nurbs_2d_scalar->proc~basis_bspline_der proc~kron kron proc~compute_dtgc_nurbs_2d_scalar->proc~kron

Called by

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