Searched refs:FormFunction1 (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex42.c | 15 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 D | ex1.c | 28 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 D | ex17.c | 44 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 D | vec.md | 402 :start-at: PetscErrorCode FormFunction1(SNES snes, Vec x, Vec f, PetscCtx ctx)
|