Searched refs:smoothpc (Results 1 – 1 of 1) sorted by relevance
8 PC pcbddc = NULL, smoothpc; in PCMGGDSWSetUp() local67 PetscCall(KSPGetPC(smooth, &smoothpc)); in PCMGGDSWSetUp()68 PetscCall(PetscObjectTypeCompareAny((PetscObject)smoothpc, &flg, PCBDDC, "")); in PCMGGDSWSetUp()72 PetscCall(PCGetOperators(smoothpc, &smoothA, NULL)); in PCMGGDSWSetUp()78 PetscCall(PetscObjectReference((PetscObject)smoothpc)); in PCMGGDSWSetUp()79 pcbddc = smoothpc; in PCMGGDSWSetUp()