Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c582 const PetscBool havesubs = (PetscBool)(!!graph->n_local_subs); in PCBDDCGraphComputeCC_Private() local
585 if (havecsr && !havesubs) { in PCBDDCGraphComputeCC_Private()
612 } else if (havecsr && havesubs) { in PCBDDCGraphComputeCC_Private()
641 } else if (havesubs) { /* sub info only */ in PCBDDCGraphComputeCC_Private()