Lines Matching refs:nnz_tot
496 integer,intent(in),dimension(nnz_tot) :: rowp
497 real(kind=8),intent(in),dimension(9,nnz_tot) :: lhsK
498 real(kind=8),intent(in),dimension(4,nnz_tot) :: lhsP
516 call fLesSparseApG(colm,rowp,lhsP,t1,t2,nshg,nnz_tot)
527 call fLesSparseApNGtC(colm,rowp,lhsP,t2b,t1,nshg,nnz_tot)
553 integer,intent(in),dimension(nnz_tot) :: rowp
554 real(kind=8),intent(in),dimension(9,nnz_tot) :: lhsK
555 real(kind=8),intent(in),dimension(4,nnz_tot) :: lhsP
570 call fLesSparseApG(colm,rowp,lhsP,t1,t2,nshg,nnz_tot)
581 call fLesSparseApNGtC(colm,rowp,lhsP,t2b,t1,nshg,nnz_tot)
604 integer,intent(in),dimension(nnz_tot) :: rowp
605 real(kind=8),intent(in),dimension(9,nnz_tot) :: lhsK
606 real(kind=8),intent(in),dimension(4,nnz_tot) :: lhsP
628 call fLesSparseApNGt(colm,rowp,lhsP,t2,rhsp,nshg,nnz_tot)