Searched refs:recompute_topography (Results 1 – 4 of 4) sorted by relevance
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()[all …]
400 if (pcbddc->recompute_topography) PetscCall(PCBDDCScalingReset_Deluxe_Solvers(deluxe_ctx)); in PCBDDCScalingSetUp_Deluxe()
4018 pcbddc->recompute_topography = PETSC_TRUE; in PCBDDCResetTopography()7557 if (pcbddc->recompute_topography) { in PCBDDCAnalyzeInterface()8562 …if (!coarse_reuse || pcbddc->recompute_topography) PetscCall(ISDestroy(&pcbddc->coarse_subassembli… in PCBDDCSetUpCoarseSolver()
105 PetscBool recompute_topography; member