Searched defs:fillsparseC_BC (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | fillsparse.f | 131 subroutine fillsparseC_BC( iens, EGmass, subroutine 144 real*8 EGmass(npro, nshl, nshl) !only contains term (5,5) 145 integer ien(npro,nshl), col(nshg+1), row(nnz*nshg) 146 real*8 lhsK(nflow*nflow,nnz_tot) 148 integer aa, b, c, e, i, k, n, n1 149 integer f, g, r, s, t local 151 integer sparseloc 152 integer iens(npro,nshl)
|