se_jacv Subroutine

public subroutine se_jacv(n, xcur, fcur, ijob, v, z, rpar, ipar, ierr)

Calculates jacobian times vector product. This is a dummy subroutine.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=rp), intent(in), dimension(:) :: xcur
real(kind=rp), intent(in), dimension(:) :: fcur
integer, intent(in) :: ijob
real(kind=rp), intent(in), dimension(:) :: v
real(kind=rp), intent(out), dimension(:) :: z
real(kind=rp), intent(in), dimension(:) :: rpar
integer, intent(in), dimension(:) :: ipar
integer, intent(out) :: ierr