pwl_deriv_x_s Interface

interface


Calls

interface~~pwl_deriv_x_s~~CallsGraph interface~pwl_deriv_x_s pwl_deriv_x_s proc~pwl_deriv_x_s pwl_deriv_x_s interface~pwl_deriv_x_s->proc~pwl_deriv_x_s interface~pwl_nearest pwl_nearest proc~pwl_deriv_x_s->interface~pwl_nearest interface~abort_psblas abort_psblas proc~pwl_deriv_x_s->interface~abort_psblas proc~pwl_nearest pwl_nearest interface~pwl_nearest->proc~pwl_nearest proc~abort_psblas abort_psblas interface~abort_psblas->proc~abort_psblas proc~pwl_nearest->interface~abort_psblas psb_abort psb_abort proc~abort_psblas->psb_abort

Called by

interface~~pwl_deriv_x_s~~CalledByGraph interface~pwl_deriv_x_s pwl_deriv_x_s interface~pwl_deriv pwl_deriv interface~pwl_deriv->interface~pwl_deriv_x_s proc~get_motion_velocity get_motion_velocity proc~get_motion_velocity->interface~pwl_deriv interface~get_motion_velocity get_motion_velocity interface~get_motion_velocity->proc~get_motion_velocity

private module subroutine pwl_deriv_x_s(dydx, x, y_data, x_data)

Arguments

Type IntentOptional AttributesName
real(kind=psb_dpk_), intent(out) :: dydx
real(kind=psb_dpk_), intent(in) :: x
real(kind=psb_dpk_), intent(in) :: y_data(:)
real(kind=psb_dpk_), intent(in) :: x_data(:)