Lines Matching refs:optionsprefix
968 const char *optionsprefix; in SNESSetFromOptions() local
1051 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetFromOptions()
1052 …PetscCall(PetscSNPrintf(ewprefix, sizeof(ewprefix), "%s%s", optionsprefix ? optionsprefix : "", "s… in SNESSetFromOptions()
1176 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetFromOptions()
1177 …PetscCall(PetscOptionsHasName(((PetscObject)snes)->options, optionsprefix, "-npc_snes_type", &pcse… in SNESSetFromOptions()
5381 const char *optionsprefix; in SNESGetLineSearch() local
5387 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESGetLineSearch()
5390 PetscCall(SNESLineSearchAppendOptionsPrefix(snes->linesearch, optionsprefix)); in SNESGetLineSearch()
5841 const char *optionsprefix; in SNESGetNPC() local
5851 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESGetNPC()
5852 PetscCall(SNESSetOptionsPrefix(snes->npc, optionsprefix)); in SNESGetNPC()