Home
last modified time | relevance | path

Searched refs:SNESSetOptionsPrefix (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1f90.F9051 …PetscCallA(SNESSetOptionsPrefix(snes, 'ex1_', ierr)) ! should get this from the dm or give it to t…
/petsc/src/snes/tutorials/network/water/
H A Dwater.c90 PetscCall(SNESSetOptionsPrefix(snes, "water_")); in main()
/petsc/src/tao/snes/
H A Dtaosnes.c82 PetscCall(SNESSetOptionsPrefix(taosnes->snes, prefix)); in TaoSetUp_SNES()
/petsc/src/snes/tutorials/
H A Dex1.c53 PetscCall(SNESSetOptionsPrefix(snes, "mysolver_")); in main()
H A Dex27.c683 PetscCall(SNESSetOptionsPrefix(snes, prefix)); in main()
699 PetscCall(SNESSetOptionsPrefix(msnes, "mixed_")); in main()
/petsc/src/snes/tutorials/network/
H A Dex1.c705 PetscCall(SNESSetOptionsPrefix(snes, "coupled_")); in main()
732 PetscCall(SNESSetOptionsPrefix(snes_power, "power_")); in main()
758 PetscCall(SNESSetOptionsPrefix(snes_water, "water_")); in main()
/petsc/src/ts/tests/
H A Dex10.c172 PetscCall(SNESSetOptionsPrefix(red->snes, "tsdaesimple_")); in TSDAESimpleSetUp_Reduced()
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c570 PetscCall(SNESSetOptionsPrefix(newblock->snes, prefix)); in SNESMultiblockSetFields_Default()
614 PetscCall(SNESSetOptionsPrefix(newblock->snes, prefix)); in SNESMultiblockSetIS_Default()
/petsc/src/snes/impls/patch/
H A Dsnespatch.c85 PetscCall(SNESSetOptionsPrefix(snes, prefix)); in PCSetUp_PATCH_Nonlinear()
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c562 PetscCall(SNESSetOptionsPrefix(snes, "quad_interp_")); in DMInterpolate_Quad_Private()
781 PetscCall(SNESSetOptionsPrefix(snes, "hex_interp_")); in DMInterpolate_Hex_Private()
H A Ddmadapt.c973 PetscCall(SNESSetOptionsPrefix(msnes, prefix)); in DMAdaptorComputeErrorIndicator_Flux()
/petsc/src/snes/impls/fas/
H A Dfasfunc.c280 PetscCall(SNESSetOptionsPrefix(fas->smoothu, optionsprefix)); in SNESFASSetContinuation()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi101 PetscErrorCode SNESSetOptionsPrefix(PetscSNES, char[])
H A DSNES.pyx222 petsc_options, petsc.SNESSetOptionsPrefix
227 CHKERR(SNESSetOptionsPrefix(self.snes, cval))
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c516 PetscCall(SNESSetOptionsPrefix(ilink->snes, prefix)); in SNESCompositeAddSNES_Composite()
/petsc/include/
H A Dpetscsnes.h106 PETSC_EXTERN PetscErrorCode SNESSetOptionsPrefix(SNES, const char[]);
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c1090 PetscCall(SNESSetOptionsPrefix(snes_alg, "alg_")); in main()
H A Dex9busadj.c909 PetscCall(SNESSetOptionsPrefix(snes_alg, "alg_")); in main()
H A Dex9busoptfd.c1042 PetscCall(SNESSetOptionsPrefix(snes_alg, "alg_")); in FormFunction()
H A Dex9busopt.c1282 PetscCall(SNESSetOptionsPrefix(snes_alg, "alg_")); in FormFunctionGradient()
/petsc/src/dm/impls/swarm/tests/
H A Dex6.c169 PetscCall(SNESSetOptionsPrefix(snes, "em_")); in CreatePoisson()
/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.c1470 PetscCall(SNESSetOptionsPrefix(pdipm->snes, tao->hdr.prefix)); in TaoCreate_PDIPM()
/petsc/src/snes/interface/
H A Dsnes.c5218 PetscErrorCode SNESSetOptionsPrefix(SNES snes, const char prefix[]) in SNESSetOptionsPrefix() function
5852 PetscCall(SNESSetOptionsPrefix(snes->npc, optionsprefix)); in SNESGetNPC()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c900 PetscCall(SNESSetOptionsPrefix(snes, "em_")); in CreatePoisson()
/petsc/doc/manual/
H A Dother.md126 `SNESSetOptionsPrefix()`, `TSSetOptionsPrefix()`, and similar

12