Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c287 PetscBool adapt_interface; in PCBDDCGraphComputeConnectedComponents() local
430 adapt_interface = (cornerp || graph->multi_element) ? PETSC_TRUE : PETSC_FALSE; in PCBDDCGraphComputeConnectedComponents()
431 for (PetscInt i = 0; i < graph->n_subsets && !adapt_interface; i++) { in PCBDDCGraphComputeConnectedComponents()
432 if (graph->subset_ncc[i] > 1) adapt_interface = PETSC_TRUE; in PCBDDCGraphComputeConnectedComponents()
434 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &adapt_interface, 1, MPI_C_BOOL, MPI_LOR, interface_comm… in PCBDDCGraphComputeConnectedComponents()
435 if (adapt_interface) { in PCBDDCGraphComputeConnectedComponents()