Searched defs:SNESFunction (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex6.c | 98 PetscErrorCode SNESFunction(SNES snes, Vec V, Vec F, void *actx) in SNESFunction() function
|
| H A D | ex7.c | 146 PetscErrorCode SNESFunction(SNES snes, Vec V, Vec F, void *actx) in SNESFunction() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | typing.py | 323 SNESFunction = Callable[[SNES, Vec, Vec], None] variable
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DM.pyx | 2375 self, function: SNESFunction,
|