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~~CalledByGraph proc~get_wci nurbs_surface%get_Wci none~get_wc nurbs_surface%get_Wc none~get_wc->proc~get_wci proc~modify_wc nurbs_surface%modify_Wc proc~modify_wc->none~get_wc proc~modify_xc nurbs_surface%modify_Xc proc~modify_xc->none~get_wc program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->none~get_wc program~test_nurbs_surface->proc~modify_wc program~test_nurbs_surface->proc~modify_xc program~example_ppm3 example_ppm3 program~example_ppm3->proc~modify_xc