Home
last modified time | relevance | path

Searched refs:SNESAppendOptionsPrefix (Results 1 – 10 of 10) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfasfunc.c110 PetscCall(SNESAppendOptionsPrefix(fas->next, optionsprefix)); in SNESFASSetLevels()
111 PetscCall(SNESAppendOptionsPrefix(fas->next, tprefix)); in SNESFASSetLevels()
281 PetscCall(SNESAppendOptionsPrefix(fas->smoothu, tprefix)); in SNESFASSetContinuation()
436 PetscCall(SNESAppendOptionsPrefix(nsmooth, optionsprefix)); in SNESFASCycleCreateSmoother_Private()
437 PetscCall(SNESAppendOptionsPrefix(nsmooth, tprefix)); in SNESFASCycleCreateSmoother_Private()
442 PetscCall(SNESAppendOptionsPrefix(nsmooth, optionsprefix)); in SNESFASCycleCreateSmoother_Private()
443 PetscCall(SNESAppendOptionsPrefix(nsmooth, tprefix)); in SNESFASCycleCreateSmoother_Private()
/petsc/src/snes/impls/nasm/
H A Dnasm.c122 PetscCall(SNESAppendOptionsPrefix(nasm->subsnes[i], optionsprefix)); in SNESSetUp_NASM()
123 PetscCall(SNESAppendOptionsPrefix(nasm->subsnes[i], "sub_")); in SNESSetUp_NASM()
/petsc/src/snes/impls/patch/
H A Dsnespatch.c86 PetscCall(SNESAppendOptionsPrefix(snes, "sub_")); in PCSetUp_PATCH_Nonlinear()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi102 PetscErrorCode SNESAppendOptionsPrefix(PetscSNES, char[])
H A DSNES.pyx250 petsc_options, setOptionsPrefix, petsc.SNESAppendOptionsPrefix
255 CHKERR(SNESAppendOptionsPrefix(self.snes, cval))
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c518 PetscCall(SNESAppendOptionsPrefix(ilink->snes, newprefix)); in SNESCompositeAddSNES_Composite()
/petsc/include/
H A Dpetscsnes.h107 PETSC_EXTERN PetscErrorCode SNESAppendOptionsPrefix(SNES, const char[]);
/petsc/src/snes/utils/dm/
H A Ddmadapt.c974 PetscCall(SNESAppendOptionsPrefix(msnes, "mixed_")); in DMAdaptorComputeErrorIndicator_Flux()
/petsc/src/snes/interface/
H A Dsnes.c5250 PetscErrorCode SNESAppendOptionsPrefix(SNES snes, const char prefix[]) in SNESAppendOptionsPrefix() function
5853 PetscCall(SNESAppendOptionsPrefix(snes->npc, "npc_")); in SNESGetNPC()
/petsc/src/ts/interface/
H A Dts.c4377 PetscCall(SNESAppendOptionsPrefix(snes, prefix)); in TSAppendOptionsPrefix()