Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex7.c9 extern PetscErrorCode FormFunctioni(void *, PetscInt, Vec, PetscScalar *);
69 PetscCall(MatMFFDSetFunctioni(J, FormFunctioni)); in main()
126 PetscErrorCode FormFunctioni(void *dummy, PetscInt i, Vec x, PetscScalar *s) in FormFunctioni() function