Searched refs:Adj (Results 1 – 2 of 2) sorted by relevance
1277 …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);
4302 const PetscInt *Adi = Ad->i, *Adj = Ao->i; in MatUpdateMPIAIJWithArray() local4313 nnz = Adi[i + 1] - Adi[i] + Adj[i + 1] - Adj[i]; in MatUpdateMPIAIJWithArray()