Lines Matching refs:optionsprefix
77 const char *optionsprefix; in SNESFASSetLevels() local
98 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESFASSetLevels()
108 PetscCall(SNESGetOptionsPrefix(fas->fine, &optionsprefix)); in SNESFASSetLevels()
110 PetscCall(SNESAppendOptionsPrefix(fas->next, optionsprefix)); in SNESFASSetLevels()
270 const char *optionsprefix; in SNESFASSetContinuation() local
277 PetscCall(SNESGetOptionsPrefix(fas->fine, &optionsprefix)); in SNESFASSetContinuation()
280 PetscCall(SNESSetOptionsPrefix(fas->smoothu, optionsprefix)); in SNESFASSetContinuation()
423 const char *optionsprefix; in SNESFASCycleCreateSmoother_Private() local
431 PetscCall(SNESGetOptionsPrefix(fas->fine, &optionsprefix)); in SNESFASCycleCreateSmoother_Private()
436 PetscCall(SNESAppendOptionsPrefix(nsmooth, optionsprefix)); in SNESFASCycleCreateSmoother_Private()
442 PetscCall(SNESAppendOptionsPrefix(nsmooth, optionsprefix)); in SNESFASCycleCreateSmoother_Private()