Home
last modified time | relevance | path

Searched defs:AIJ (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/maij/
H A Dmaij.h7 Mat AIJ; /* representation of interpolation for one component */ member
12 Mat AIJ, OAIJ; /* representation of interpolation for one component */ member
H A Dmaij.c922 Mat_SeqAIJ *AIJ = (Mat_SeqAIJ *)MatAIJ->data; in MatConvert_MPIMAIJ_MPIAIJ() local
/petsc/src/mat/impls/kaij/
H A Dkaij.c795 Mat AIJ, OAIJ, B; in MatConvert_KAIJ_AIJ() local
1261 Mat AIJ = b->A; in MatGetRow_MPIKAIJ() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx19 AIJ = S_(MATAIJ) variable in MatType