plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
33 statements
Source File
gpbicg.f90
main
Contents
Variables
a
b
x
i
n
itrmax
er
Uses
LinearSolverClass
Variables
Type
Attributes
Name
Initial
real(kind=8),
allocatable
::
a
(:,:)
real(kind=8),
allocatable
::
b
(:)
real(kind=8),
allocatable
::
x
(:)
integer
::
i
integer
::
n
integer
::
itrmax
real(kind=8)
::
er