get_knoti Function

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

Type Bound

nurbs_volume

Arguments

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

Return Value real(kind=rk)


Called by

proc~~get_knoti~3~~CalledByGraph proc~get_knoti~3 nurbs_volume%get_knoti none~get_knot~3 nurbs_volume%get_knot none~get_knot~3->proc~get_knoti~3 proc~elevate_degree~3 nurbs_volume%elevate_degree proc~elevate_degree~3->none~get_knot~3 proc~insert_knots~3 nurbs_volume%insert_knots proc~insert_knots~3->none~get_knot~3 proc~modify_wc~3 nurbs_volume%modify_Wc proc~modify_wc~3->none~get_knot~3 proc~modify_xc~3 nurbs_volume%modify_Xc proc~modify_xc~3->none~get_knot~3 proc~remove_knots~3 nurbs_volume%remove_knots proc~remove_knots~3->none~get_knot~3 program~example3_volume example3_volume program~example3_volume->none~get_knot~3 program~example3_volume->proc~elevate_degree~3 program~example3_volume->proc~insert_knots~3 program~example3_volume->proc~remove_knots~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~get_knot~3 program~test_nurbs_volume->proc~elevate_degree~3 program~test_nurbs_volume->proc~insert_knots~3 program~test_nurbs_volume->proc~modify_wc~3 program~test_nurbs_volume->proc~modify_xc~3 program~test_nurbs_volume->proc~remove_knots~3