get_Wci Function

private pure function get_Wci(this, n) result(Wc)

Type Bound

nurbs_surface

Arguments

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

Return Value real(kind=rk)


Called by

proc~~get_wci~2~~CalledByGraph proc~get_wci~2 nurbs_surface%get_Wci none~get_wc~2 nurbs_surface%get_Wc none~get_wc~2->proc~get_wci~2 proc~modify_wc~2 nurbs_surface%modify_Wc proc~modify_wc~2->none~get_wc~2 proc~modify_xc~2 nurbs_surface%modify_Xc proc~modify_xc~2->none~get_wc~2 program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->none~get_wc~2 program~test_nurbs_surface->proc~modify_wc~2 program~test_nurbs_surface->proc~modify_xc~2 program~example_ppm3 example_ppm3 program~example_ppm3->proc~modify_xc~2