compute_Xg_nurbs_1d Function

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

Arguments

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

Called by

proc~~compute_xg_nurbs_1d~~CalledByGraph proc~compute_xg_nurbs_1d compute_Xg_nurbs_1d interface~compute_xg compute_Xg interface~compute_xg->proc~compute_xg_nurbs_1d 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