adjlr Subroutine

public subroutine adjlr(N, Isp, Ldif)

This routine computes an adjustment, LDIF, to the required integer storage space in IWK (sparse matrix work space).

It is called only if the word length ratio is LRAT = 1. This is to account for the possibility that the symbolic LU phase may require more storage than the numerical LU and solution phases.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: N
integer, intent(in) :: Isp(*)
integer, intent(out) :: Ldif

Called by

proc~~adjlr~2~~CalledByGraph proc~adjlr~2 M_odepack::adjlr proc~dprep M_odepack.f90::dprep proc~dprep->proc~adjlr~2 proc~dprepi M_odepack.f90::dprepi proc~dprepi->proc~adjlr~2 proc~dprepi~2 dprepi.inc::dprepi proc~dprepi~2->proc~adjlr~2 proc~dprep~2 dprep.inc::dprep proc~dprep~2->proc~adjlr~2