Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfasfunc.c340 SNES levelsnes; in SNESFASSetMonitor() local
349 PetscCall(SNESFASGetCycleSNES(snes, i, &levelsnes)); in SNESFASSetMonitor()
350 fas = (SNES_FAS *)levelsnes->data; in SNESFASSetMonitor()
353 PetscCall(SNESMonitorCancel(levelsnes)); in SNESFASSetMonitor()
355 …PetscCall(SNESMonitorSet(levelsnes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, void *))SNESMon… in SNESFASSetMonitor()
358 PetscCall(SNESMonitorCancel(levelsnes)); in SNESFASSetMonitor()
383 SNES levelsnes; in SNESFASSetLog() local
393 PetscCall(SNESFASGetCycleSNES(snes, i, &levelsnes)); in SNESFASSetLog()
394 fas = (SNES_FAS *)levelsnes->data; in SNESFASSetLog()
757 SNES levelsnes; in SNESFASSetInterpolation() local
[all …]
H A Dfas.c272 SNES smoothu, smoothd, levelsnes; in SNESView_FAS() local
287 PetscCall(SNESFASGetCycleSNES(snes, i, &levelsnes)); in SNESView_FAS()
288 PetscCall(SNESFASCycleGetSmootherUp(levelsnes, &smoothu)); in SNESView_FAS()
289 PetscCall(SNESFASCycleGetSmootherDown(levelsnes, &smoothd)); in SNESView_FAS()