qlh_3d_spline Subroutine

public subroutine qlh_3d_spline(xp, ax, axh, ay, ayh, az, azh, ix, ihx, iy, ihy, iz, ihz)

Arguments

Type IntentOptional AttributesName
real(kind=dp), intent(in) :: xp(:)
real(kind=dp), intent(inout) :: ax(0:2)
real(kind=dp), intent(inout) :: axh(0:1)
real(kind=dp), intent(inout) :: ay(0:2)
real(kind=dp), intent(inout) :: ayh(0:1)
real(kind=dp), intent(inout) :: az(0:2)
real(kind=dp), intent(inout) :: azh(0:1)
integer, intent(inout) :: ix
integer, intent(inout) :: ihx
integer, intent(inout) :: iy
integer, intent(inout) :: ihy
integer, intent(inout) :: iz
integer, intent(inout) :: ihz

Called by

proc~~qlh_3d_spline~~CalledByGraph proc~qlh_3d_spline qlh_3d_spline proc~ncdef_3d_curr ncdef_3d_curr proc~ncdef_3d_curr->proc~qlh_3d_spline proc~set_part3d_hcell_acc set_part3d_hcell_acc proc~set_part3d_hcell_acc->proc~qlh_3d_spline proc~set_lpf_acc set_lpf_acc proc~set_lpf_acc->proc~set_part3d_hcell_acc proc~curr_accumulate curr_accumulate proc~curr_accumulate->proc~ncdef_3d_curr

Contents

None