Home
last modified time | relevance | path

Searched refs:SNESGetNPC (Results 1 – 9 of 9) sorted by relevance

/petsc/src/snes/impls/nasm/
H A Daspin.c22 PetscCall(SNESGetNPC(snes, &npc)); in MatMultASPIN()
112 PetscCall(SNESGetNPC(snes, &npc)); in SNESCreate_ASPIN()
/petsc/doc/overview/
H A Dnonlinear_solve_table.md58 - See ``SNESGetNPC()``/ ``SNESSetNPC()``, can be combined to accelerate many of the solvers
/petsc/src/snes/tutorials/
H A Dex35.c84 PetscCall(SNESGetNPC(snes, &psnes)); in main()
/petsc/doc/changes/
H A D35.md126 `SNESGetNPC()`/`SNESSetNPC()`.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi129 PetscErrorCode SNESGetNPC(PetscSNES, PetscSNES*)
H A DSNES.pyx685 setNPC, hasNPC, setNPCSide, getNPCSide, petsc.SNESGetNPC
689 CHKERR(SNESGetNPC(self.snes, &snes.snes))
/petsc/doc/manual/
H A Dsnes.md659 `SNES` object that may be obtained with `SNESGetNPC()`.
671 …pport the use of a nonlinear preconditioner that can be obtained with `SNESGetNPC()` and then conf…
1385 SNESGetNPC(SNES snes, SNES *npc);
/petsc/include/
H A Dpetscsnes.h990 PETSC_EXTERN PetscErrorCode SNESGetNPC(SNES, SNES *);
/petsc/src/snes/interface/
H A Dsnes.c1178 if (pcset && (!snes->npc)) PetscCall(SNESGetNPC(snes, &snes->npc)); in SNESSetFromOptions()
5839 PetscErrorCode SNESGetNPC(SNES snes, SNES *pc) in SNESGetNPC() function