| /petsc/src/mat/graphops/order/ |
| H A D | genrcm.c | 36 PetscErrorCode SPARSEPACKgenrcm(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy… in SPARSEPACKgenrcm()
|
| H A D | qmdqt.c | 28 PetscInt *adjncy = (PetscInt *)inadjncy; /* Used as temporary and reset within this function */ in SPARSEPACKqmdqt() local
|
| H A D | rootls.c | 24 PetscErrorCode SPARSEPACKrootls(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKrootls()
|
| H A D | qmdrch.c | 30 PetscErrorCode SPARSEPACKqmdrch(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKqmdrch()
|
| H A D | fnroot.c | 32 PetscErrorCode SPARSEPACKfnroot(PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy, Petsc… in SPARSEPACKfnroot()
|
| H A D | gennd.c | 54 PetscErrorCode SPARSEPACKgennd(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKgennd()
|
| H A D | degree.c | 26 …e SPARSEPACKdegree(const PetscInt *root, const PetscInt *inxadj, const PetscInt *adjncy, PetscInt … in SPARSEPACKdegree()
|
| H A D | rcm.c | 37 PetscErrorCode SPARSEPACKrcm(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy, Pe… in SPARSEPACKrcm()
|
| H A D | gen1wd.c | 30 PetscErrorCode SPARSEPACKgen1wd(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy… in SPARSEPACKgen1wd()
|
| H A D | fndsep.c | 34 PetscErrorCode SPARSEPACKfndsep(PetscInt *root, const PetscInt *inxadj, const PetscInt *adjncy, Pet… in SPARSEPACKfndsep()
|
| H A D | qmdupd.c | 32 PetscErrorCode SPARSEPACKqmdupd(const PetscInt *xadj, const PetscInt *adjncy, const PetscInt *nlist… in SPARSEPACKqmdupd()
|
| H A D | fn1wd.c | 30 PetscErrorCode SPARSEPACKfn1wd(PetscInt *root, const PetscInt *inxadj, const PetscInt *adjncy, Pets… in SPARSEPACKfn1wd()
|
| H A D | genqmd.c | 44 PetscErrorCode SPARSEPACKgenqmd(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy… in SPARSEPACKgenqmd()
|
| H A D | qmdmrg.c | 34 PetscErrorCode SPARSEPACKqmdmrg(const PetscInt *xadj, const PetscInt *adjncy, PetscInt *deg, PetscI… in SPARSEPACKqmdmrg()
|
| /petsc/src/mat/graphops/order/metisnd/ |
| H A D | metisnd.c | 10 PetscInt i, j, iptr, ival, nrow, *xadj, *adjncy, *perm, *iperm; in MatGetOrdering_METISND() local
|
| /petsc/src/dm/partitioner/impls/ptscotch/ |
| H A D | partptscotch.c | 58 …H_Num strategy, double imbalance, SCOTCH_Num n, SCOTCH_Num xadj[], SCOTCH_Num adjncy[], SCOTCH_Num… in PTScotch_PartGraph_Seq() 99 …rategy, double imbalance, SCOTCH_Num vtxdist[], SCOTCH_Num xadj[], SCOTCH_Num adjncy[], SCOTCH_Num… in PTScotch_PartGraph_MPI() 209 PetscInt *adjncy = adjacency; /* Edge lists for all vertices */ in PetscPartitionerPartition_PTScotch() local
|
| /petsc/src/mat/tests/ |
| H A D | ex152.c | 29 idx_t ni, isize, *vtxdist, *xadj, *adjncy, *vwgt, *part; in main() local
|
| /petsc/src/dm/partitioner/impls/parmetis/ |
| H A D | partparmetis.c | 86 PetscInt *adjncy = adjacency; /* Edge lists for all vertices */ in PetscPartitionerPartition_ParMetis() local
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex59.c | 66 static PetscErrorCode BuildCSRGraph(DomainData dd, PetscInt **xadj, PetscInt **adjncy) in BuildCSRGraph() 811 PetscInt vidx[8], localsize, *xadj = NULL, *adjncy = NULL; in ComputeKSPBDDC() local
|
| /petsc/src/mat/graphops/partition/impls/pmetis/ |
| H A D | pmetis.c | 67 PetscInt *adjncy = adj->j; in MatPartitioningApply_Parmetis_Private() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 381 …b_schurs, Mat Ain, Mat Sin, PetscBool exact_schur, PetscInt xadj[], PetscInt adjncy[], PetscInt nl… in PCBDDCSubSchursSetUp() 2224 …scInt *queue_tip, PetscInt n_prev, PetscBT touched, PetscInt *xadj, PetscInt *adjncy, PetscInt *n_… in PCBDDCAdjGetNextLayer_Private()
|
| H A D | bddc.c | 989 …djacencyGraph_BDDC(PC pc, PetscInt nvtxs, const PetscInt xadj[], const PetscInt adjncy[], PetscCop… in PCBDDCSetLocalAdjacencyGraph_BDDC() 1055 …ocalAdjacencyGraph(PC pc, PetscInt nvtxs, const PetscInt xadj[], const PetscInt adjncy[], PetscCop… in PCBDDCSetLocalAdjacencyGraph()
|
| H A D | bddcgraph.c | 574 const PetscInt *PETSC_RESTRICT adjncy = graph->adjncy; in PCBDDCGraphComputeCC_Private() local
|
| H A D | bddcprivate.c | 2406 PetscInt *xadj, *adjncy; in PCBDDCDetectDisconnectedComponents() local 4760 const PetscInt *xadj, *adjncy; in PCBDDCSetUpCorrection() local 5149 const PetscInt *xadj, *adjncy; in PCBDDCSetUpCorrection() local 7573 PetscInt *xadj, *adjncy; in PCBDDCAnalyzeInterface() local 7720 PetscInt *xadj, *adjncy; in PCBDDCMatISGetSubassemblingPattern() local 9444 const PetscInt *xadj, *adjncy; in PCBDDCSetUpSubSchurs() local
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 15 const PetscInt *irows_indices, *icols_indices, *xadj, *adjncy; in MatCreateSubMatrix_MPIAdj_data() local
|