qlh_2d_spline Subroutine

public subroutine qlh_2d_spline(xp, ax, axh, ay, ayh, ix, ihx, iy, ihy)

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)
integer, intent(inout) :: ix
integer, intent(inout) :: ihx
integer, intent(inout) :: iy
integer, intent(inout) :: ihy

Called by

proc~~qlh_2d_spline~~CalledByGraph proc~qlh_2d_spline qlh_2d_spline proc~set_part2d_hcell_acc set_part2d_hcell_acc proc~set_part2d_hcell_acc->proc~qlh_2d_spline proc~ncdef_2d_curr ncdef_2d_curr proc~ncdef_2d_curr->proc~qlh_2d_spline proc~set_lpf_acc set_lpf_acc proc~set_lpf_acc->proc~set_part2d_hcell_acc proc~curr_accumulate curr_accumulate proc~curr_accumulate->proc~ncdef_2d_curr

Contents

None