Home
last modified time | relevance | path

Searched refs:nbvtxcoarsed (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c18 PetscInt nbvtxcoarsed; /* number of vertices for the coarse graph */ member
79 redl = party->nbvtxcoarsed; /* how many vertices to coarsen down to? */ in MatPartitioningApply_Party()
144 …ViewerASCIIPrintf(viewer, " Number of vertices for the coarse graph: %d\n", party->nbvtxcoarsed)); in MatPartitioningView_Party()
266 party->nbvtxcoarsed = (PetscInt)(part->adj->cmap->N * level); in MatPartitioningPartySetCoarseLevel_Party()
267 if (party->nbvtxcoarsed < 20) party->nbvtxcoarsed = 20; in MatPartitioningPartySetCoarseLevel_Party()
405 party->nbvtxcoarsed = 200; in MatPartitioningCreate_Party()
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c46 PetscInt nbvtxcoarsed; /* number of vertices for the coarse graph */ member
119 vmax = chaco->nbvtxcoarsed; /* how many vertices to coarsen down to? */ in MatPartitioningApply_Chaco()
182 …tf(viewer, " Number of vertices for the coarse graph: %" PetscInt_FMT "\n", chaco->nbvtxcoarsed)); in MatPartitioningView_Chaco()
382 chaco->nbvtxcoarsed = (PetscInt)(part->adj->cmap->N * level); in MatPartitioningChacoSetCoarseLevel_Chaco()
383 if (chaco->nbvtxcoarsed < 20) chaco->nbvtxcoarsed = 20; in MatPartitioningChacoSetCoarseLevel_Chaco()
687 chaco->nbvtxcoarsed = 200; in MatPartitioningCreate_Chaco()