plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
updateCOO
Subroutine
MIT
31 statements
Source File
SparseClass.f90
SparseClass
updateCOO
Contents
public subroutine updateCOO(this, row, col, val)
Type Bound
COO_
Arguments
Type
Intent
Optional
Attributes
Name
class(
COO_
),
intent(inout)
::
this
integer(kind=int32),
intent(in)
::
row
integer(kind=int32),
intent(in)
::
col
real(kind=real64),
intent(in)
::
val