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