Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex7.c10 extern PetscErrorCode OtherFunctionForDifferencing(void *, Vec, Vec);
78 PetscCall(MatMFFDSetFunction(J, OtherFunctionForDifferencing, F)); in main()
158 PetscErrorCode OtherFunctionForDifferencing(void *dummy, Vec x, Vec f) in OtherFunctionForDifferencing() function