Home
last modified time | relevance | path

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

/petsc/doc/manual/
H A Dmat.md1277 …omm comm,int mlocal,PetscInt n,const PetscInt ia[],const PetscInt ja[],PetscInt *weights,Mat *Adj);
1328 MatPartitioningSetAdjacency(MatPartitioning part,Mat Adj);
1332 MatDestroy(Mat *Adj);
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c4302 const PetscInt *Adi = Ad->i, *Adj = Ao->i; in MatUpdateMPIAIJWithArray() local
4313 nnz = Adi[i + 1] - Adi[i] + Adj[i + 1] - Adj[i]; in MatUpdateMPIAIJWithArray()