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