plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
icres
Subroutine
MIT
20 statements
Source File
LinearSolverClass.f90
LinearSolverClass
icres
Contents
public subroutine icres(L, d, r, u, n)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(inout)
::
L
(1:n,1:n)
real(kind=real64),
intent(inout)
::
d
(1:n)
real(kind=real64),
intent(inout)
::
r
(1:n)
real(kind=real64),
intent(inout)
::
u
(1:n)
integer(kind=int32),
intent(in)
::
n