Home
last modified time | relevance | path

Searched refs:SNESGetOptionsPrefix (Results 1 – 12 of 12) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasfunc.c98 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 Dfas.c209 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetFromOptions_FAS()
/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c11 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESNGMRESGetAdditiveLineSearch_Private()
/petsc/src/snes/impls/tr/
H A Dtr.c449 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUpQN_NEWTONTR()
462 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUpQN_NEWTONTR()
/petsc/src/snes/impls/nasm/
H A Dnasm.c117 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESSetUp_NASM()
214 PetscCall(SNESGetOptionsPrefix(snes, &prefix)); in SNESView_NASM()
/petsc/src/snes/impls/qn/
H A Dqn.c29 PetscCall(SNESGetOptionsPrefix(snes, &optionsprefix)); in SNESQNGetMatrix_Private()
/petsc/src/snes/interface/
H A Dsnes.c1051 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 Dcustom.h470 PetscCall(SNESGetOptionsPrefix(snes,&prefix)); in SNESSetUseMFFD()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi103 PetscErrorCode SNESGetOptionsPrefix(PetscSNES, char*[])
H A DSNES.pyx236 petsc_options, setOptionsPrefix, petsc.SNESGetOptionsPrefix
240 CHKERR(SNESGetOptionsPrefix(self.snes, &cval))
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c515 PetscCall(SNESGetOptionsPrefix(snes, &prefix)); in SNESCompositeAddSNES_Composite()
/petsc/include/
H A Dpetscsnes.h108 PETSC_EXTERN PetscErrorCode SNESGetOptionsPrefix(SNES, const char *[]);