Lines Matching refs:Jentry
78 MatEntry *Jentry_new, *Jentry = c->matentry; in MatFDColoringSetUpBlocked_AIJ_Private() local
101 if (Jentry[nz].row >= row_end) { in MatFDColoringSetUpBlocked_AIJ_Private()
105 Jentry_new[nz_new].row = Jentry[nz].row + j * mbs; /* index in dy-array */ in MatFDColoringSetUpBlocked_AIJ_Private()
106 Jentry_new[nz_new].col = Jentry[nz].col; in MatFDColoringSetUpBlocked_AIJ_Private()
107 Jentry_new[nz_new].valaddr = Jentry[nz].valaddr; in MatFDColoringSetUpBlocked_AIJ_Private()
120 PetscCall(PetscFree(Jentry)); in MatFDColoringSetUpBlocked_AIJ_Private()
183 MatEntry *Jentry; in MatFDColoringSetUp_SeqXAIJ() local
214 PetscCall(PetscMalloc1(nz, &Jentry)); in MatFDColoringSetUp_SeqXAIJ()
215 c->matentry = Jentry; in MatFDColoringSetUp_SeqXAIJ()
262 Jentry[nnz].row = j; /* local row index */ in MatFDColoringSetUp_SeqXAIJ()
263 Jentry[nnz].col = rowhit[j] - 1; /* local column index */ in MatFDColoringSetUp_SeqXAIJ()
264 Jentry[nnz].valaddr = valaddrhit[j]; /* address of mat value for this entry */ in MatFDColoringSetUp_SeqXAIJ()