Searched defs:nvtxs (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/dm/partitioner/impls/chaco/ |
| H A D | partchaco.c | 50 int nvtxs = numVertices; /* number of vertices in full graph */ in PetscPartitionerPartition_Chaco() local
|
| /petsc/src/dm/partitioner/impls/parmetis/ |
| H A D | partparmetis.c | 83 PetscInt nvtxs = numVertices; /* The number of vertices in full graph */ in PetscPartitionerPartition_ParMetis() local
|
| /petsc/src/dm/partitioner/impls/ptscotch/ |
| H A D | partptscotch.c | 206 PetscInt nvtxs = numVertices; /* The number of vertices in full graph */ in PetscPartitionerPartition_PTScotch() local
|
| /petsc/src/mat/graphops/partition/impls/chaco/ |
| H A D | chaco.c | 61 int nvtxs, *start, *adjacency, *vwgts, architecture, ndims_tot; in MatPartitioningApply_Chaco() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 989 static PetscErrorCode PCBDDCSetLocalAdjacencyGraph_BDDC(PC pc, PetscInt nvtxs, const PetscInt xadj[… in PCBDDCSetLocalAdjacencyGraph_BDDC() 1055 PetscErrorCode PCBDDCSetLocalAdjacencyGraph(PC pc, PetscInt nvtxs, const PetscInt xadj[], const Pet… in PCBDDCSetLocalAdjacencyGraph()
|
| H A D | bddcgraph.c | 734 PetscInt i, j, k, nodes_touched, is_size, nvtxs = graph->nvtxs; in PCBDDCGraphSetUp() local
|
| H A D | bddcprivate.c | 7574 PetscInt nvtxs; in PCBDDCAnalyzeInterface() local 9445 PetscInt nvtxs; in PCBDDCSetUpSubSchurs() local
|
| /petsc/include/petsc/private/ |
| H A D | pcbddcstructsimpl.h | 32 PetscInt nvtxs; member
|