Home
last modified time | relevance | path

Searched refs:xltog (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c2061 …ivate(PetscInt m, const PetscInt *xi, const PetscInt *xj, const PetscInt *xltog, const PetscInt *y… in MatAXPYGetPreallocation_MPIX_private() argument
2073 for (; k < nzy && yltog[yjj[k]] < xltog[xjj[j]]; k++) nnz[i]++; /* Catch up to X */ in MatAXPYGetPreallocation_MPIX_private()
2074 if (k < nzy && yltog[yjj[k]] == xltog[xjj[j]]) k++; /* Skip duplicate */ in MatAXPYGetPreallocation_MPIX_private()
2083 …YGetPreallocation_MPIAIJ(Mat Y, const PetscInt *yltog, Mat X, const PetscInt *xltog, PetscInt *nnz) in MatAXPYGetPreallocation_MPIAIJ() argument
2090 PetscCall(MatAXPYGetPreallocation_MPIX_private(m, x->i, x->j, xltog, y->i, y->j, yltog, nnz)); in MatAXPYGetPreallocation_MPIAIJ()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c1797 …GetPreallocation_MPIBAIJ(Mat Y, const PetscInt *yltog, Mat X, const PetscInt *xltog, PetscInt *nnz) in MatAXPYGetPreallocation_MPIBAIJ() argument
1804 PetscCall(MatAXPYGetPreallocation_MPIX_private(m, x->i, x->j, xltog, y->i, y->j, yltog, nnz)); in MatAXPYGetPreallocation_MPIBAIJ()