Searched refs:yj (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 2908 …t m, const PetscInt *xi, const PetscInt *xj, const PetscInt *yi, const PetscInt *yj, PetscInt *nnz) in MatAXPYGetPreallocation_SeqX_private() argument 2915 …etscInt *xjj = PetscSafePointerPlusOffset(xj, xi[i]), *yjj = PetscSafePointerPlusOffset(yj, yi[i]); in MatAXPYGetPreallocation_SeqX_private()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 2061 …t PetscInt *xj, const PetscInt *xltog, const PetscInt *yi, const PetscInt *yj, const PetscInt *ylt… in MatAXPYGetPreallocation_MPIX_private() argument 2068 …etscInt *xjj = PetscSafePointerPlusOffset(xj, xi[i]), *yjj = PetscSafePointerPlusOffset(yj, yi[i]); in MatAXPYGetPreallocation_MPIX_private()
|