compute_Xg_nurbs_1d_1point Function

private pure function compute_Xg_nurbs_1d_1point(Xt, knot, degree, nc, Xc, Wc) result(Xg)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: Xt
real(kind=rk), intent(in), contiguous :: knot(:)
integer, intent(in) :: degree
integer, intent(in) :: nc
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_1d_1point~~CallsGraph proc~compute_xg_nurbs_1d_1point compute_Xg_nurbs_1d_1point proc~basis_bspline basis_bspline proc~compute_xg_nurbs_1d_1point->proc~basis_bspline

Called by

proc~~compute_xg_nurbs_1d_1point~~CalledByGraph proc~compute_xg_nurbs_1d_1point compute_Xg_nurbs_1d_1point interface~compute_xg compute_Xg interface~compute_xg->proc~compute_xg_nurbs_1d_1point proc~cmp_xg nurbs_curve%cmp_Xg proc~cmp_xg->interface~compute_xg proc~create nurbs_curve%create proc~create->interface~compute_xg proc~nearest_point2 nurbs_curve%nearest_point2 proc~nearest_point2->proc~cmp_xg proc~nearest_point2->proc~create program~example1_curve example1_curve program~example1_curve->proc~create program~example_nurbs_curve example_nurbs_curve program~example_nurbs_curve->proc~create program~fdm_test_curve fdm_test_curve program~fdm_test_curve->proc~create program~nearest_point_1d nearest_point_1d program~nearest_point_1d->proc~create program~nearest_point_1d->proc~nearest_point2 program~shape_c_1d shape_C_1d program~shape_c_1d->proc~create program~shape_circle shape_circle program~shape_circle->proc~create program~shape_half_circle shape_half_circle program~shape_half_circle->proc~create program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->proc~create program~test_nurbs_curve->proc~nearest_point2