get_Wci Function

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

Type Bound

nurbs_volume

Arguments

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

Return Value real(kind=rk)


Called by

proc~~get_wci~3~~CalledByGraph proc~get_wci~3 nurbs_volume%get_Wci none~get_wc~3 nurbs_volume%get_Wc none~get_wc~3->proc~get_wci~3 proc~modify_wc~3 nurbs_volume%modify_Wc proc~modify_wc~3->none~get_wc~3 proc~modify_xc~3 nurbs_volume%modify_Xc proc~modify_xc~3->none~get_wc~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~get_wc~3 program~test_nurbs_volume->proc~modify_wc~3 program~test_nurbs_volume->proc~modify_xc~3