DJILU Subroutine

subroutine DJILU(NEQ, NEQP1, NNZMX, JAC, JA, IA, JU, PLU, JLU, RWK1, IWK1, LENPLUMX, TOLILUT, LFILILUT, PERMTOL, PREMETH, IPERM, IERR)

Arguments

Type IntentOptional Attributes Name
integer :: NEQ
integer :: NEQP1
integer :: NNZMX
real(kind=8) :: JAC(NNZMX)
integer :: JA(NNZMX)
integer :: IA(NEQP1)
integer :: JU(NEQ)
real(kind=8) :: PLU(LENPLUMX)
integer :: JLU(LENPLUMX)
real(kind=8) :: RWK1(NEQ)
integer :: IWK1(2*NEQ)
integer :: LENPLUMX
real(kind=8) :: TOLILUT
integer :: LFILILUT
real(kind=8) :: PERMTOL
character(len=8) :: PREMETH
integer :: IPERM(2*NEQ)
integer :: IERR

Calls

proc~~djilu~~CallsGraph proc~djilu DJILU ilut ilut proc~djilu->ilut ilutp ilutp proc~djilu->ilutp xerrwd xerrwd proc~djilu->xerrwd

Variables

Type Visibility Attributes Name Initial
character(len=80), public :: MSG
logical, public :: ERROR