pwl_deriv_x_v Interface

interface


Calls

interface~~pwl_deriv_x_v~~CallsGraph interface~pwl_deriv_x_v pwl_deriv_x_v proc~pwl_deriv_x_v pwl_deriv_x_v interface~pwl_deriv_x_v->proc~pwl_deriv_x_v interface~pwl_nearest pwl_nearest proc~pwl_deriv_x_v->interface~pwl_nearest interface~abort_psblas abort_psblas proc~pwl_deriv_x_v->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_v~~CalledByGraph interface~pwl_deriv_x_v pwl_deriv_x_v interface~pwl_deriv pwl_deriv interface~pwl_deriv->interface~pwl_deriv_x_v 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_v(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(:)