Searched refs:SNESAppendOptionsPrefix (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/snes/impls/fas/ |
| H A D | fasfunc.c | 110 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 D | nasm.c | 122 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 D | snespatch.c | 86 PetscCall(SNESAppendOptionsPrefix(snes, "sub_")); in PCSetUp_PATCH_Nonlinear()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 102 PetscErrorCode SNESAppendOptionsPrefix(PetscSNES, char[])
|
| H A D | SNES.pyx | 250 petsc_options, setOptionsPrefix, petsc.SNESAppendOptionsPrefix 255 CHKERR(SNESAppendOptionsPrefix(self.snes, cval))
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 518 PetscCall(SNESAppendOptionsPrefix(ilink->snes, newprefix)); in SNESCompositeAddSNES_Composite()
|
| /petsc/include/ |
| H A D | petscsnes.h | 107 PETSC_EXTERN PetscErrorCode SNESAppendOptionsPrefix(SNES, const char[]);
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 974 PetscCall(SNESAppendOptionsPrefix(msnes, "mixed_")); in DMAdaptorComputeErrorIndicator_Flux()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 5250 PetscErrorCode SNESAppendOptionsPrefix(SNES snes, const char prefix[]) in SNESAppendOptionsPrefix() function 5853 PetscCall(SNESAppendOptionsPrefix(snes->npc, "npc_")); in SNESGetNPC()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 4377 PetscCall(SNESAppendOptionsPrefix(snes, prefix)); in TSAppendOptionsPrefix()
|