Home
last modified time | relevance | path

Searched refs:matentry (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/matfd/
H A Dfdmatrix.c28 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()
/petsc/src/mat/impls/aij/seq/
H A Dfdaij.c78 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()
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c43 MatEntry *Jentry = coloring->matentry; in MatFDColoringApply_BAIJ()
194 MatEntry *Jentry = coloring->matentry; in MatFDColoringApply_AIJ()
518 c->matentry = Jentry; in MatFDColoringSetUp_MPIXAIJ()
/petsc/include/petsc/private/
H A Dmatimpl.h656 …MatEntry *matentry; /* holds (row, column, address of value) for Jacobian ma… member