Searched refs:SNESGetNPC (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/snes/impls/nasm/ |
| H A D | aspin.c | 22 PetscCall(SNESGetNPC(snes, &npc)); in MatMultASPIN() 112 PetscCall(SNESGetNPC(snes, &npc)); in SNESCreate_ASPIN()
|
| /petsc/doc/overview/ |
| H A D | nonlinear_solve_table.md | 58 - See ``SNESGetNPC()``/ ``SNESSetNPC()``, can be combined to accelerate many of the solvers
|
| /petsc/src/snes/tutorials/ |
| H A D | ex35.c | 84 PetscCall(SNESGetNPC(snes, &psnes)); in main()
|
| /petsc/doc/changes/ |
| H A D | 35.md | 126 `SNESGetNPC()`/`SNESSetNPC()`.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 129 PetscErrorCode SNESGetNPC(PetscSNES, PetscSNES*)
|
| H A D | SNES.pyx | 685 setNPC, hasNPC, setNPCSide, getNPCSide, petsc.SNESGetNPC 689 CHKERR(SNESGetNPC(self.snes, &snes.snes))
|
| /petsc/doc/manual/ |
| H A D | snes.md | 659 `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 D | petscsnes.h | 990 PETSC_EXTERN PetscErrorCode SNESGetNPC(SNES, SNES *);
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 1178 if (pcset && (!snes->npc)) PetscCall(SNESGetNPC(snes, &snes->npc)); in SNESSetFromOptions() 5839 PetscErrorCode SNESGetNPC(SNES snes, SNES *pc) in SNESGetNPC() function
|