Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c947 PetscInt nused = nvtxs - nodes_touched; in PCBDDCGraphSetUp() local
948 PetscCall(PetscMalloc2(nused + 1, &graph->cptr, nused, &graph->queue)); in PCBDDCGraphSetUp()