Lines Matching refs:recompute_topography
437 if (!isequal) pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetPrimalVerticesIS_BDDC()
511 if (!isequal) pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetPrimalVerticesLocalIS_BDDC()
695 if (!isequal) pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetDirichletBoundaries_BDDC()
737 if (!isequal) pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetDirichletBoundariesLocal_BDDC()
776 if (!isequal) pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetNeumannBoundaries_BDDC()
818 if (!isequal) pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetNeumannBoundariesLocal_BDDC()
1031 pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetLocalAdjacencyGraph_BDDC()
1103 if (!isequal) pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetDofsSplittingLocal_BDDC()
1167 if (!isequal) pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCSetDofsSplitting_BDDC()
1432 rl = pcbddc->recompute_topography; in PCSetUp_BDDC()
1434 …PetscCallMPI(MPIU_Allreduce(&rl, &pcbddc->recompute_topography, 1, MPI_C_BOOL, MPI_LOR, PetscObjec… in PCSetUp_BDDC()
1435 if (pcbddc->recompute_topography) { in PCSetUp_BDDC()
1468 if (pcbddc->recompute_topography) { in PCSetUp_BDDC()
1495 …PetscCall(PCBDDCBenignDetectSaddlePoint(pc, (PetscBool)(!pcbddc->recompute_topography), &zerodiag)… in PCSetUp_BDDC()
1553 if (computesubschurs && pcbddc->recompute_topography) PetscCall(PCBDDCInitSubSchurs(pc)); in PCSetUp_BDDC()
1677 pcbddc->recompute_topography = PETSC_FALSE; in PCSetUp_BDDC()
2037 pcbddc->recompute_topography = PETSC_TRUE; in PCReset_BDDC()
2106 pcbddc->recompute_topography = PETSC_TRUE; in PCSetCoordinates_BDDC()
2827 pcbddc->recompute_topography = PETSC_TRUE; in PCCreate_BDDC()