get_knoti Function

private pure function get_knoti(this, dir, i) result(knot)

Type Bound

nurbs_surface

Arguments

Type IntentOptional Attributes Name
class(nurbs_surface), intent(in) :: this
integer, intent(in) :: dir
integer, intent(in) :: i

Return Value real(kind=rk)


Called by

proc~~get_knoti~~CalledByGraph proc~get_knoti nurbs_surface%get_knoti none~get_knot nurbs_surface%get_knot none~get_knot->proc~get_knoti proc~elevate_degree nurbs_surface%elevate_degree proc~elevate_degree->none~get_knot proc~insert_knots nurbs_surface%insert_knots proc~insert_knots->none~get_knot proc~modify_wc nurbs_surface%modify_Wc proc~modify_wc->none~get_knot proc~modify_xc nurbs_surface%modify_Xc proc~modify_xc->none~get_knot proc~remove_knots nurbs_surface%remove_knots proc~remove_knots->none~get_knot program~example3_surface example3_surface program~example3_surface->none~get_knot program~example3_surface->proc~elevate_degree program~example3_surface->proc~insert_knots program~example3_surface->proc~remove_knots program~lsq_fit_bspline_2d lsq_fit_bspline_2d program~lsq_fit_bspline_2d->none~get_knot program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->none~get_knot program~test_nurbs_surface->proc~elevate_degree program~test_nurbs_surface->proc~insert_knots program~test_nurbs_surface->proc~modify_wc program~test_nurbs_surface->proc~modify_xc program~test_nurbs_surface->proc~remove_knots program~example_ppm3 example_ppm3 program~example_ppm3->proc~modify_xc program~poisson_iga_solver_2d poisson_iga_solver_2d program~poisson_iga_solver_2d->proc~insert_knots