This routine acts as an interface between the core integrator routine and the DSOLBT routine for the solution of the linear system arising from chord iteration. Communication with DSLSBT uses the following variables:
real work space containing the LU decomposition, starting at WM(3).
integer work space containing pivot information, starting at IWM(21). IWM also contains block structure parameters MB = IWM(1) and NB = IWM(2).
the right-hand side vector on input, and the solution vector on output, of length N.
vector of work space of length N, not used in this version.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp) | :: | Wm(*) | ||||
integer | :: | Iwm(*) | ||||
real(kind=dp) | :: | X(*) | ||||
real(kind=dp) | :: | Tem(*) |