Lines Matching refs:tprefix
78 char tprefix[128]; in SNESFASSetLevels() local
109 …PetscCall(PetscSNPrintf(tprefix, sizeof(tprefix), "fas_levels_%" PetscInt_FMT "_cycle_", fas->leve… in SNESFASSetLevels()
111 PetscCall(SNESAppendOptionsPrefix(fas->next, tprefix)); in SNESFASSetLevels()
271 char tprefix[128]; in SNESFASSetContinuation() local
279 PetscCall(PetscStrncpy(tprefix, "fas_levels_continuation_", sizeof(tprefix))); in SNESFASSetContinuation()
281 PetscCall(SNESAppendOptionsPrefix(fas->smoothu, tprefix)); in SNESFASSetContinuation()
424 char tprefix[128]; in SNESFASCycleCreateSmoother_Private() local
435 PetscCall(PetscStrncpy(tprefix, "fas_coarse_", sizeof(tprefix))); in SNESFASCycleCreateSmoother_Private()
437 PetscCall(SNESAppendOptionsPrefix(nsmooth, tprefix)); in SNESFASCycleCreateSmoother_Private()
441 PetscCall(PetscSNPrintf(tprefix, sizeof(tprefix), "fas_levels_%" PetscInt_FMT "_", fas->level)); in SNESFASCycleCreateSmoother_Private()
443 PetscCall(SNESAppendOptionsPrefix(nsmooth, tprefix)); in SNESFASCycleCreateSmoother_Private()