Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Dfdaij.c123 MatEntry2 *Jentry2_new, *Jentry2 = c->matentry2; in MatFDColoringSetUpBlocked_AIJ_Private()
165 c->matentry2 = Jentry2_new; in MatFDColoringSetUpBlocked_AIJ_Private()
218 c->matentry2 = Jentry2; in MatFDColoringSetUp_SeqXAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c44 MatEntry2 *Jentry2 = coloring->matentry2; in MatFDColoringApply_BAIJ()
195 MatEntry2 *Jentry2 = coloring->matentry2; in MatFDColoringApply_AIJ()
521 c->matentry2 = Jentry2; in MatFDColoringSetUp_MPIXAIJ()
758 Jentry2 = coloring->matentry2; in MatFDColoringSetValues()
/petsc/src/mat/matfd/
H A Dfdmatrix.c506 PetscCall(PetscFree(color->matentry2)); in MatFDColoringDestroy()
/petsc/include/petsc/private/
H A Dmatimpl.h657 …MatEntry2 *matentry2; /* holds (row, address of value) for Jacobian matrix ent… member