Home
last modified time | relevance | path

Searched defs:nvtxs (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/partitioner/impls/chaco/
H A Dpartchaco.c50 int nvtxs = numVertices; /* number of vertices in full graph */ in PetscPartitionerPartition_Chaco() local
/petsc/src/dm/partitioner/impls/parmetis/
H A Dpartparmetis.c83 PetscInt nvtxs = numVertices; /* The number of vertices in full graph */ in PetscPartitionerPartition_ParMetis() local
/petsc/src/dm/partitioner/impls/ptscotch/
H A Dpartptscotch.c206 PetscInt nvtxs = numVertices; /* The number of vertices in full graph */ in PetscPartitionerPartition_PTScotch() local
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c61 int nvtxs, *start, *adjacency, *vwgts, architecture, ndims_tot; in MatPartitioningApply_Chaco() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c989 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 Dbddcgraph.c734 PetscInt i, j, k, nodes_touched, is_size, nvtxs = graph->nvtxs; in PCBDDCGraphSetUp() local
H A Dbddcprivate.c7574 PetscInt nvtxs; in PCBDDCAnalyzeInterface() local
9445 PetscInt nvtxs; in PCBDDCSetUpSubSchurs() local
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h32 PetscInt nvtxs; member