Lines Matching refs:fasc
493 SNES_FAS *fasc; in SNESFASInterpolatedCoarseSolution() local
498 fasc = (SNES_FAS *)next->data; in SNESFASInterpolatedCoarseSolution()
505 …if (fasc->eventinterprestrict) PetscCall(PetscLogEventBegin(fasc->eventinterprestrict, snes, 0, 0,… in SNESFASInterpolatedCoarseSolution()
515 …if (fasc->eventinterprestrict) PetscCall(PetscLogEventEnd(fasc->eventinterprestrict, snes, 0, 0, 0… in SNESFASInterpolatedCoarseSolution()
528 …if (fasc->eventinterprestrict) PetscCall(PetscLogEventBegin(fasc->eventinterprestrict, snes, 0, 0,… in SNESFASInterpolatedCoarseSolution()
530 …if (fasc->eventinterprestrict) PetscCall(PetscLogEventEnd(fasc->eventinterprestrict, snes, 0, 0, 0… in SNESFASInterpolatedCoarseSolution()
553 SNES_FAS *fasc; in SNESFASCoarseCorrection() local
558 fasc = (SNES_FAS *)next->data; in SNESFASCoarseCorrection()
568 …if (fasc->eventinterprestrict) PetscCall(PetscLogEventBegin(fasc->eventinterprestrict, snes, 0, 0,… in SNESFASCoarseCorrection()
572 …if (fasc->eventinterprestrict) PetscCall(PetscLogEventEnd(fasc->eventinterprestrict, snes, 0, 0, 0… in SNESFASCoarseCorrection()
574 if (fasc->eventresidual) PetscCall(PetscLogEventBegin(fasc->eventresidual, next, 0, 0, 0)); in SNESFASCoarseCorrection()
577 if (fasc->eventresidual) PetscCall(PetscLogEventEnd(fasc->eventresidual, next, 0, 0, 0)); in SNESFASCoarseCorrection()
597 …if (fasc->eventinterprestrict) PetscCall(PetscLogEventBegin(fasc->eventinterprestrict, snes, 0, 0,… in SNESFASCoarseCorrection()
599 …if (fasc->eventinterprestrict) PetscCall(PetscLogEventEnd(fasc->eventinterprestrict, snes, 0, 0, 0… in SNESFASCoarseCorrection()
627 SNES_FAS *fas = (SNES_FAS *)snes->data, *fasc; in SNESFASCycle_Additive() local
637 fasc = (SNES_FAS *)next->data; in SNESFASCycle_Additive()
655 if (fasc->eventresidual) PetscCall(PetscLogEventBegin(fasc->eventresidual, next, 0, 0, 0)); in SNESFASCycle_Additive()
657 if (fasc->eventresidual) PetscCall(PetscLogEventEnd(fasc->eventresidual, next, 0, 0, 0)); in SNESFASCycle_Additive()