Searched refs:matentry (Results 1 – 4 of 4) sorted by relevance
28 MatEntry *Jentry = fd->matentry; in MatFDColoringView_Draw_Zoom()128 if (c->matentry) { in MatFDColoringView()130 row = c->matentry[nz].row; in MatFDColoringView()131 col = c->matentry[nz++].col; in MatFDColoringView()508 PetscCall(PetscFree(color->matentry)); in MatFDColoringDestroy()
78 MatEntry *Jentry_new, *Jentry = c->matentry; in MatFDColoringSetUpBlocked_AIJ_Private()121 c->matentry = Jentry_new; in MatFDColoringSetUpBlocked_AIJ_Private()215 c->matentry = Jentry; in MatFDColoringSetUp_SeqXAIJ()
43 MatEntry *Jentry = coloring->matentry; in MatFDColoringApply_BAIJ()194 MatEntry *Jentry = coloring->matentry; in MatFDColoringApply_AIJ()518 c->matentry = Jentry; in MatFDColoringSetUp_MPIXAIJ()
656 …MatEntry *matentry; /* holds (row, column, address of value) for Jacobian ma… member