Home
last modified time | relevance | path

Searched refs:MATAIJSELL (Results 1 – 6 of 6) sorted by relevance

/petsc/doc/overview/
H A Dmatrix_table.md27 - ``MATAIJSELL``
/petsc/doc/changes/
H A D310.md57 - Added MATAIJSELL, a sub-type of AIJ that uses SELL format
/petsc/src/mat/interface/
H A Dmatregis.c153 PetscCall(MatRegisterRootName(MATAIJSELL, MATSEQAIJSELL, MATMPIAIJSELL)); in MatRegisterAll()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi27 PetscMatType MATAIJSELL
H A DMat.pyx34 AIJSELL = S_(MATAIJSELL)
/petsc/include/
H A Dpetscmat.h66 #define MATAIJSELL "aijsell" macro