plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ILU_matvecCRS
Subroutine
MIT
34 statements
Source File
SparseClass.f90
SparseClass
ILU_matvecCRS
Contents
public subroutine ILU_matvecCRS(this, old_vector, new_vector)
Type Bound
CRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
CRS_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
old_vector
(:)
real(kind=real64),
intent(inout),
allocatable
::
new_vector
(:)