Searched refs:OtherFunctionForDifferencing (Results 1 – 1 of 1) sorted by relevance
10 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