pwl_interp_dx_s Module Procedure

module procedure pwl_interp_dx_s module subroutine pwl_interp_dx_s(y, x, y_data, xmin, dx)

Uses

  • proc~~pwl_interp_dx_s~~UsesGraph proc~pwl_interp_dx_s pwl_interp_dx_s module~class_psblas class_psblas proc~pwl_interp_dx_s->module~class_psblas module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

Arguments

Type IntentOptional AttributesName
real(kind=psb_dpk_), intent(out) :: y
real(kind=psb_dpk_), intent(in) :: x
real(kind=psb_dpk_), intent(in) :: y_data(:)
real(kind=psb_dpk_), intent(in) :: xmin
real(kind=psb_dpk_), intent(in) :: dx

Called by

proc~~pwl_interp_dx_s~~CalledByGraph proc~pwl_interp_dx_s pwl_interp_dx_s interface~pwl_interp_dx_s pwl_interp_dx_s interface~pwl_interp_dx_s->proc~pwl_interp_dx_s interface~pwl_interp pwl_interp interface~pwl_interp->interface~pwl_interp_dx_s proc~get_motion_displacement get_motion_displacement proc~get_motion_displacement->interface~pwl_interp proc~get_motion_velocity get_motion_velocity proc~get_motion_velocity->interface~pwl_interp interface~get_motion_velocity get_motion_velocity interface~get_motion_velocity->proc~get_motion_velocity interface~get_motion_displacement get_motion_displacement interface~get_motion_displacement->proc~get_motion_displacement

Contents

None