Searched refs:SNESGetOptionsPrefix (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/snes/impls/fas/ |
| H A D | fasfunc.c | 98 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESFASSetLevels() 108 PetscCall(SNESGetOptionsPrefix(fas->fine, &optionsprefix)); in SNESFASSetLevels() 277 PetscCall(SNESGetOptionsPrefix(fas->fine, &optionsprefix)); in SNESFASSetContinuation() 431 PetscCall(SNESGetOptionsPrefix(fas->fine, &optionsprefix)); in SNESFASCycleCreateSmoother_Private()
|
| H A D | fas.c | 209 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetFromOptions_FAS()
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | ngmresfunc.c | 11 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESNGMRESGetAdditiveLineSearch_Private()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 449 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUpQN_NEWTONTR() 462 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUpQN_NEWTONTR()
|
| /petsc/src/snes/impls/nasm/ |
| H A D | nasm.c | 117 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUp_NASM() 214 PetscCall(SNESGetOptionsPrefix(snes, &prefix)); in SNESView_NASM()
|
| /petsc/src/snes/impls/qn/ |
| H A D | qn.c | 29 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESQNGetMatrix_Private()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 1051 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetFromOptions() 1176 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetFromOptions() 4851 PetscCall(SNESGetOptionsPrefix(snes, &prefix)); in SNESSolve() 5280 PetscErrorCode SNESGetOptionsPrefix(SNES snes, const char *prefix[]) in SNESGetOptionsPrefix() function 5387 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESGetLineSearch() 5851 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESGetNPC()
|
| /petsc/src/binding/petsc4py/src/lib-petsc/ |
| H A D | custom.h | 470 PetscCall(SNESGetOptionsPrefix(snes,&prefix)); in SNESSetUseMFFD()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 103 PetscErrorCode SNESGetOptionsPrefix(PetscSNES, char*[])
|
| H A D | SNES.pyx | 236 petsc_options, setOptionsPrefix, petsc.SNESGetOptionsPrefix 240 CHKERR(SNESGetOptionsPrefix(self.snes, &cval))
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 515 PetscCall(SNESGetOptionsPrefix(snes, &prefix)); in SNESCompositeAddSNES_Composite()
|
| /petsc/include/ |
| H A D | petscsnes.h | 108 PETSC_EXTERN PetscErrorCode SNESGetOptionsPrefix(SNES, const char *[]);
|