plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
fixCRS
Subroutine
MIT
59 statements
Source File
SparseClass.f90
SparseClass
fixCRS
Contents
public subroutine fixCRS(this, idx, val, RHS, only_row)
Type Bound
CRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
CRS_
),
intent(inout)
::
this
integer(kind=int32),
intent(in)
::
idx
(:)
real(kind=real64),
intent(in)
::
val
(:)
real(kind=real64),
intent(inout),
optional
::
RHS
(:)
logical,
intent(in),
optional
::
only_row