Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c437 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 …]
H A Dbddcscalingbasic.c400 if (pcbddc->recompute_topography) PetscCall(PCBDDCScalingReset_Deluxe_Solvers(deluxe_ctx)); in PCBDDCScalingSetUp_Deluxe()
H A Dbddcprivate.c4018 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()
/petsc/include/petsc/private/
H A Dpcbddcimpl.h105 PetscBool recompute_topography; member