Searched refs:fasc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/impls/fas/ |
| H A D | fas.c | 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() [all …]
|