Home
last modified time | relevance | path

Searched refs:SNESPatchSetComputeFunction (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/impls/patch/
H A Dsnespatch.c395 PetscErrorCode SNESPatchSetComputeFunction(SNES snes, PetscErrorCode (*func)(PC, PetscInt, Vec, Vec… in SNESPatchSetComputeFunction() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi227 PetscErrorCode SNESPatchSetComputeFunction(PetscSNES, PetscPCPatchComputeFunction, void*)
H A DSNES.pyx2418 CHKERR(SNESPatchSetComputeFunction(self.snes, PCPatch_ComputeFunction, <void*>context))
/petsc/include/
H A Dpetscsnes.h1284 PETSC_EXTERN PetscErrorCode SNESPatchSetComputeFunction(SNES, PetscErrorCode (*func)(PC, PetscInt, …