Searched refs:SNESSetNPC (Results 1 – 6 of 6) sorted by relevance
58 - See ``SNESGetNPC()``/ ``SNESSetNPC()``, can be combined to accelerate many of the solvers
126 `SNESGetNPC()`/`SNESSetNPC()`.
131 PetscErrorCode SNESSetNPC(PetscSNES, PetscSNES)
714 getNPC, hasNPC, setNPCSide, getNPCSide, petsc.SNESSetNPC717 CHKERR(SNESSetNPC(self.snes, snes.snes))
989 PETSC_EXTERN PetscErrorCode SNESSetNPC(SNES, SNES);
5800 PetscErrorCode SNESSetNPC(SNES snes, SNES npc) in SNESSetNPC() function