Choral
|
Private Member Functions | |
subroutine | csr_addentry (m, rw, cl, val) |
Filling matrix m entries. More... | |
Definition at line 117 of file csr_mod.F90.
|
private |
Filling matrix m entries.
If m(rw,cl) already set : m(rw,cl) = m(rw,cl) + val
If m(rw,cl) not set : m(rw,cl) = val
If the line rw is full : error
Definition at line 385 of file csr_mod.F90.