derivative2_scalar Subroutine

private pure subroutine derivative2_scalar(this, Xt, d2Tgc, dTgc, Tgc)

Type Bound

nurbs_volume

Arguments

Type IntentOptional Attributes Name
class(nurbs_volume), intent(inout) :: this
real(kind=rk), intent(in), contiguous :: Xt(:)
real(kind=rk), intent(out), allocatable :: d2Tgc(:,:)
real(kind=rk), intent(out), optional, allocatable :: dTgc(:,:)
real(kind=rk), intent(out), optional, allocatable :: Tgc(:)

Calls

proc~~derivative2_scalar~3~~CallsGraph proc~derivative2_scalar~3 nurbs_volume%derivative2_scalar interface~compute_d2tgc~3 compute_d2Tgc proc~derivative2_scalar~3->interface~compute_d2tgc~3 proc~is_rational~3 nurbs_volume%is_rational proc~derivative2_scalar~3->proc~is_rational~3 proc~compute_d2tgc_bspline_3d_scalar compute_d2Tgc_bspline_3d_scalar interface~compute_d2tgc~3->proc~compute_d2tgc_bspline_3d_scalar proc~compute_d2tgc_bspline_3d_vector compute_d2Tgc_bspline_3d_vector interface~compute_d2tgc~3->proc~compute_d2tgc_bspline_3d_vector proc~compute_d2tgc_nurbs_3d_scalar compute_d2Tgc_nurbs_3d_scalar interface~compute_d2tgc~3->proc~compute_d2tgc_nurbs_3d_scalar proc~compute_d2tgc_nurbs_3d_vector compute_d2Tgc_nurbs_3d_vector interface~compute_d2tgc~3->proc~compute_d2tgc_nurbs_3d_vector proc~basis_bspline_2der basis_bspline_2der proc~compute_d2tgc_bspline_3d_scalar->proc~basis_bspline_2der proc~kron kron proc~compute_d2tgc_bspline_3d_scalar->proc~kron proc~compute_d2tgc_bspline_3d_vector->proc~basis_bspline_2der proc~compute_d2tgc_bspline_3d_vector->proc~kron proc~compute_d2tgc_nurbs_3d_scalar->proc~basis_bspline_2der proc~compute_d2tgc_nurbs_3d_scalar->proc~kron proc~compute_d2tgc_nurbs_3d_vector->proc~basis_bspline_2der proc~compute_d2tgc_nurbs_3d_vector->proc~kron

Called by

proc~~derivative2_scalar~3~~CalledByGraph proc~derivative2_scalar~3 nurbs_volume%derivative2_scalar none~derivative2~3 nurbs_volume%derivative2 none~derivative2~3->proc~derivative2_scalar~3 proc~nearest_point2~3 nurbs_volume%nearest_point2 proc~nearest_point2~3->none~derivative2~3 program~fdm_test_volume fdm_test_volume program~fdm_test_volume->none~derivative2~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~derivative2~3 program~test_nurbs_volume->proc~nearest_point2~3 program~nearest_point_3d nearest_point_3d program~nearest_point_3d->proc~nearest_point2~3