Searched refs:SNESFunction (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex6.c | 39 extern PetscErrorCode SNESFunction(SNES, Vec, Vec, void *); 61 PetscCall(SNESSetFunction(ctx.snes, NULL, SNESFunction, &ctx)); in main() 98 PetscErrorCode SNESFunction(SNES snes, Vec V, Vec F, void *actx) in SNESFunction() function
|
| H A D | ex7.c | 65 extern PetscErrorCode SNESFunction(SNES, Vec, Vec, void *); 91 PetscCall(SNESSetFunction(ctx.snes, NULL, SNESFunction, &ctx)); in main() 146 PetscErrorCode SNESFunction(SNES snes, Vec V, Vec F, void *actx) in SNESFunction() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | typing.pxi | 82 cdef SNESFunction
|
| H A D | SNES.pyx | 824 def setFunction(self, function: SNESFunction | None, 859 def getFunction(self) -> SNESFunction: 2656 def setNewtonALFunction(self, function: SNESFunction | None,
|
| H A D | DM.pyx | 2375 self, function: SNESFunction, argument
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | typing.py | 323 SNESFunction = Callable[[SNES, Vec, Vec], None] variable
|