Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex42.c15 extern PetscErrorCode FormFunction1(SNES, Vec, Vec, void *);
65 PetscCall(SNESSetFunction(snes, NULL, FormFunction1, &test_ghost)); in main()
128 PetscErrorCode FormFunction1(SNES snes, Vec x, Vec f, PetscCtx ctx) in FormFunction1() function
H A Dex1.c28 extern PetscErrorCode FormFunction1(SNES, Vec, Vec, void *);
79 PetscCall(SNESSetFunction(snes, r, FormFunction1, NULL)); in main()
162 PetscErrorCode FormFunction1(SNES snes, Vec x, Vec f, PetscCtx ctx) in FormFunction1() function
/petsc/src/snes/tests/
H A Dex17.c44 static PetscErrorCode FormFunction1(SNES, Vec, Vec, void *);
95 PetscCall(SNESSetFunction(snes, r, FormFunction1, NULL)); in assembled_system()
180 static PetscErrorCode FormFunction1(SNES snes, Vec x, Vec f, void *dummy) in FormFunction1() function
/petsc/doc/manual/
H A Dvec.md402 :start-at: PetscErrorCode FormFunction1(SNES snes, Vec x, Vec f, PetscCtx ctx)