Home
last modified time | relevance | path

Searched refs:optionsprefix (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/graphops/color/impls/power/
H A Dpower.c8 const char *optionsprefix; in MatColoringApply_Power() local
23 PetscCall(PetscObjectGetOptionsPrefix((PetscObject)mc, &optionsprefix)); in MatColoringApply_Power()
24 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)imc, optionsprefix)); in MatColoringApply_Power()
/petsc/src/snes/impls/fas/
H A Dfasfunc.c77 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()
[all …]
H A Dfas.c186 const char *optionsprefix; in SNESSetFromOptions_FAS() local
209 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetFromOptions_FAS()
/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c10 const char *optionsprefix; in SNESNGMRESGetAdditiveLineSearch_Private() local
11 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESNGMRESGetAdditiveLineSearch_Private()
16 PetscCall(SNESLineSearchAppendOptionsPrefix(ngmres->additive_linesearch, optionsprefix)); in SNESNGMRESGetAdditiveLineSearch_Private()
/petsc/src/snes/impls/qn/
H A Dqn.c24 const char *optionsprefix; in SNESQNGetMatrix_Private() local
29 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESQNGetMatrix_Private()
30 PetscCall(MatSetOptionsPrefix(qn->B, optionsprefix)); in SNESQNGetMatrix_Private()
/petsc/src/snes/impls/tr/
H A Dtr.c445 const char *optionsprefix; in SNESSetUpQN_NEWTONTR() local
449 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUpQN_NEWTONTR()
451 PetscCall(MatAppendOptionsPrefix(B, optionsprefix)); in SNESSetUpQN_NEWTONTR()
462 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUpQN_NEWTONTR()
464 PetscCall(MatAppendOptionsPrefix(B, optionsprefix)); in SNESSetUpQN_NEWTONTR()
/petsc/src/snes/interface/
H A Dsnes.c968 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()
[all …]
/petsc/src/snes/impls/nasm/
H A Dnasm.c103 const char *optionsprefix; in SNESSetUp_NASM() local
117 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUp_NASM()
122 PetscCall(SNESAppendOptionsPrefix(nasm->subsnes[i], optionsprefix)); in SNESSetUp_NASM()