plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
is_nonzeroCRS
Function
MIT
14 statements
Source File
SparseClass.f90
SparseClass
is_nonzeroCRS
Contents
public function is_nonzeroCRS(this, row, col)
Type Bound
CRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
CRS_
),
intent(in)
::
this
integer(kind=int32),
intent(in)
::
row
integer(kind=int32),
intent(in)
::
col
Return Value
logical