Home
last modified time | relevance | path

Searched defs:jja (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dij.c31 …j, PetscBool lower_triangular, PetscInt shiftin, PetscInt shiftout, PetscInt **iia, PetscInt **jja) in MatToSymmetricIJ_SeqAIJ()
H A Dinode.c53 … MatGetRowIJ_SeqAIJ_Inode_Symmetric(Mat A, const PetscInt *iia[], const PetscInt *jja[], PetscInt … in MatGetRowIJ_SeqAIJ_Inode_Symmetric()
140 …tGetRowIJ_SeqAIJ_Inode_Nonsymmetric(Mat A, const PetscInt *iia[], const PetscInt *jja[], PetscInt … in MatGetRowIJ_SeqAIJ_Inode_Nonsymmetric()
249 …tColumnIJ_SeqAIJ_Inode_Nonsymmetric(Mat A, const PetscInt *iia[], const PetscInt *jja[], PetscInt … in MatGetColumnIJ_SeqAIJ_Inode_Nonsymmetric()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1403 PetscInt i, j, len, nnz, cnt, *iia = NULL, *jja = NULL; in PCASMCreateSubdomains() local
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1361 PetscInt i, j, len, nnz, cnt, *iia = NULL, *jja = NULL; in PCGASMCreateLocalSubdomains() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c853 PetscInt *iia, *jja, *iiu, *jju; in PCBDDCNedelecSupport() local