compute_Xg_nurbs_3d_1point Function

private pure function compute_Xg_nurbs_3d_1point(Xt, knot1, knot2, knot3, degree, nc, Xc, Wc) result(Xg)

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(:)
real(kind=rk), intent(in), contiguous :: knot3(:)
integer, intent(in) :: degree(3)
integer, intent(in) :: nc(3)
real(kind=rk), intent(in), contiguous :: Xc(:,:)
real(kind=rk), intent(in), contiguous :: Wc(:)

Return Value real(kind=rk), allocatable, (:)


Calls

proc~~compute_xg_nurbs_3d_1point~~CallsGraph proc~compute_xg_nurbs_3d_1point compute_Xg_nurbs_3d_1point proc~basis_bspline basis_bspline proc~compute_xg_nurbs_3d_1point->proc~basis_bspline proc~kron kron proc~compute_xg_nurbs_3d_1point->proc~kron

Called by

proc~~compute_xg_nurbs_3d_1point~~CalledByGraph proc~compute_xg_nurbs_3d_1point compute_Xg_nurbs_3d_1point interface~compute_xg~3 compute_Xg interface~compute_xg~3->proc~compute_xg_nurbs_3d_1point proc~cmp_xg~3 nurbs_volume%cmp_Xg proc~cmp_xg~3->interface~compute_xg~3 proc~create~3 nurbs_volume%create proc~create~3->interface~compute_xg~3 proc~nearest_point2~3 nurbs_volume%nearest_point2 proc~nearest_point2~3->proc~cmp_xg~3 proc~nearest_point2~3->proc~create~3 program~example3_volume example3_volume program~example3_volume->proc~create~3 program~example_nurbs_volume example_nurbs_volume program~example_nurbs_volume->proc~create~3 program~fdm_test_volume fdm_test_volume program~fdm_test_volume->proc~create~3 program~nearest_point_3d nearest_point_3d program~nearest_point_3d->proc~create~3 program~nearest_point_3d->proc~nearest_point2~3 program~shape_c_3d shape_C_3d program~shape_c_3d->proc~create~3 program~shape_half_ring_3d shape_half_ring_3d program~shape_half_ring_3d->proc~create~3 program~shape_hexahedron shape_hexahedron program~shape_hexahedron->proc~create~3 program~shape_ring_3d shape_ring_3d program~shape_ring_3d->proc~create~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~create~3 program~test_nurbs_volume->proc~nearest_point2~3