Home
last modified time | relevance | path

Searched refs:SNESSetNPC (Results 1 – 6 of 6) sorted by relevance

/petsc/doc/overview/
H A Dnonlinear_solve_table.md58 - See ``SNESGetNPC()``/ ``SNESSetNPC()``, can be combined to accelerate many of the solvers
/petsc/doc/changes/
H A D35.md126 `SNESGetNPC()`/`SNESSetNPC()`.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi131 PetscErrorCode SNESSetNPC(PetscSNES, PetscSNES)
H A DSNES.pyx714 getNPC, hasNPC, setNPCSide, getNPCSide, petsc.SNESSetNPC
717 CHKERR(SNESSetNPC(self.snes, snes.snes))
/petsc/include/
H A Dpetscsnes.h989 PETSC_EXTERN PetscErrorCode SNESSetNPC(SNES, SNES);
/petsc/src/snes/interface/
H A Dsnes.c5800 PetscErrorCode SNESSetNPC(SNES snes, SNES npc) in SNESSetNPC() function