get_knot_all Function

private pure function get_knot_all(this, dir) result(knot)

Type Bound

nurbs_surface

Arguments

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

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


Called by

proc~~get_knot_all~~CalledByGraph proc~get_knot_all nurbs_surface%get_knot_all none~get_knot nurbs_surface%get_knot none~get_knot->proc~get_knot_all 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~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