set_Xc_Wc Subroutine

pure subroutine set_Xc_Wc(tp, params, X_c, W_c)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: tp
real(kind=rk), intent(in), contiguous :: params(:)
real(kind=rk), intent(out), allocatable :: X_c(:,:)
real(kind=rk), intent(out), allocatable :: W_c(:)

Calls

proc~~set_xc_wc~3~~CallsGraph proc~set_xc_wc~3 set_Xc_Wc cosd cosd proc~set_xc_wc~3->cosd tand tand proc~set_xc_wc~3->tand

Called by

proc~~set_xc_wc~3~~CalledByGraph proc~set_xc_wc~3 set_Xc_Wc program~example_plate_hole_4_3d example_plate_hole_4_3d program~example_plate_hole_4_3d->proc~set_xc_wc~3