Home
last modified time | relevance | path

Searched defs:xadj (Results 1 – 25 of 28) sorted by relevance

12

/petsc/src/mat/graphops/order/
H A Dgenrcm.c36 PetscErrorCode SPARSEPACKgenrcm(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy… in SPARSEPACKgenrcm()
H A Dqmdqt.c26 PetscErrorCode SPARSEPACKqmdqt(const PetscInt *root, const PetscInt *xadj, const PetscInt *inadjncy… in SPARSEPACKqmdqt()
H A Drootls.c24 PetscErrorCode SPARSEPACKrootls(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKrootls()
H A Dqmdrch.c30 PetscErrorCode SPARSEPACKqmdrch(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKqmdrch()
H A Ddegree.c28 PetscInt *xadj = (PetscInt *)inxadj; /* Used as temporary and reset within this function */ in SPARSEPACKdegree() local
H A Dfnroot.c32 PetscErrorCode SPARSEPACKfnroot(PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy, Petsc… in SPARSEPACKfnroot()
H A Dgennd.c54 PetscErrorCode SPARSEPACKgennd(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKgennd()
H A Dgen1wd.c30 PetscErrorCode SPARSEPACKgen1wd(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy… in SPARSEPACKgen1wd()
H A Drcm.c37 PetscErrorCode SPARSEPACKrcm(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy, Pe… in SPARSEPACKrcm()
H A Dfndsep.c36 PetscInt *xadj = (PetscInt *)inxadj; /* Used as temporary and reset within this function */ in SPARSEPACKfndsep() local
H A Dqmdupd.c32 PetscErrorCode SPARSEPACKqmdupd(const PetscInt *xadj, const PetscInt *adjncy, const PetscInt *nlist… in SPARSEPACKqmdupd()
H A Dfn1wd.c32 PetscInt *xadj = (PetscInt *)inxadj; /* Used as temporary and reset */ in SPARSEPACKfn1wd() local
H A Dgenqmd.c44 PetscErrorCode SPARSEPACKgenqmd(const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy… in SPARSEPACKgenqmd()
H A Dqmdmrg.c34 PetscErrorCode SPARSEPACKqmdmrg(const PetscInt *xadj, const PetscInt *adjncy, PetscInt *deg, PetscI… in SPARSEPACKqmdmrg()
/petsc/src/mat/graphops/order/metisnd/
H A Dmetisnd.c10 PetscInt i, j, iptr, ival, nrow, *xadj, *adjncy, *perm, *iperm; in MatGetOrdering_METISND() local
/petsc/src/dm/partitioner/impls/ptscotch/
H A Dpartptscotch.c58 …_PartGraph_Seq(SCOTCH_Num strategy, double imbalance, SCOTCH_Num n, SCOTCH_Num xadj[], SCOTCH_Num … in PTScotch_PartGraph_Seq()
99 …ph_MPI(SCOTCH_Num strategy, double imbalance, SCOTCH_Num vtxdist[], SCOTCH_Num xadj[], SCOTCH_Num … in PTScotch_PartGraph_MPI()
208 PetscInt *xadj = start; /* Start of edge list for each vertex */ in PetscPartitionerPartition_PTScotch() local
/petsc/src/mat/tests/
H A Dex152.c29 idx_t ni, isize, *vtxdist, *xadj, *adjncy, *vwgt, *part; in main() local
/petsc/src/dm/partitioner/impls/parmetis/
H A Dpartparmetis.c85 PetscInt *xadj = start; /* Start of edge list for each vertex */ in PetscPartitionerPartition_ParMetis() local
/petsc/src/ksp/ksp/tutorials/
H A Dex59.c66 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 Dpmetis.c66 PetscInt *xadj = adj->i; in MatPartitioningApply_Parmetis_Private() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c381 …PCBDDCSubSchurs sub_schurs, Mat Ain, Mat Sin, PetscBool exact_schur, PetscInt xadj[], PetscInt adj… in PCBDDCSubSchursSetUp()
2224 …Layer_Private(PetscInt *queue_tip, PetscInt n_prev, PetscBT touched, PetscInt *xadj, PetscInt *adj… in PCBDDCAdjGetNextLayer_Private()
H A Dbddc.c989 …rrorCode PCBDDCSetLocalAdjacencyGraph_BDDC(PC pc, PetscInt nvtxs, const PetscInt xadj[], const Pet… in PCBDDCSetLocalAdjacencyGraph_BDDC()
1055 PetscErrorCode PCBDDCSetLocalAdjacencyGraph(PC pc, PetscInt nvtxs, const PetscInt xadj[], const Pet… in PCBDDCSetLocalAdjacencyGraph()
H A Dbddcgraph.c573 const PetscInt *PETSC_RESTRICT xadj = graph->xadj; in PCBDDCGraphComputeCC_Private() local
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c859 PetscInt *xadj = pcbddc->mat_graph->xadj; in KSPFETIDPSetUpOperators() local
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c15 const PetscInt *irows_indices, *icols_indices, *xadj, *adjncy; in MatCreateSubMatrix_MPIAdj_data() local

12