Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c9368 PC_BDDC *pcbddcf; in PCBDDCComputeFakeChange() local
9377 pcbddcf = (PC_BDDC *)pcf->data; in PCBDDCComputeFakeChange()
9385 PetscCall(PetscFree(pcbddcf->mat_graph)); in PCBDDCComputeFakeChange()
9386 PetscCall(PetscFree(pcbddcf->sub_schurs)); in PCBDDCComputeFakeChange()
9387 pcbddcf->mat_graph = graph ? graph : pcbddc->mat_graph; in PCBDDCComputeFakeChange()
9388 pcbddcf->sub_schurs = schurs; in PCBDDCComputeFakeChange()
9389 pcbddcf->adaptive_selection = schurs ? PETSC_TRUE : PETSC_FALSE; in PCBDDCComputeFakeChange()
9390 pcbddcf->adaptive_threshold[0] = pcbddc->adaptive_threshold[0]; in PCBDDCComputeFakeChange()
9391 pcbddcf->adaptive_threshold[1] = pcbddc->adaptive_threshold[1]; in PCBDDCComputeFakeChange()
9392 pcbddcf->adaptive_nmin = pcbddc->adaptive_nmin; in PCBDDCComputeFakeChange()
[all …]