Searched refs:FormFunction2 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex4.c | 24 extern PetscErrorCode FormFunction2(SNES, Vec, Vec, void *); 83 PetscCall(SNESSetFunction(snes, r, FormFunction2, NULL)); in main() 155 PetscCall(FormFunction2(snes, x, F, dummy)); in FormObjective() 163 PetscErrorCode FormFunction2(SNES snes, Vec x, Vec f, void *dummy) in FormFunction2() function
|
| H A D | ex17.c | 46 static PetscErrorCode FormFunction2(SNES, Vec, Vec, void *); 102 PetscCall(SNESSetFunction(snes, r, FormFunction2, NULL)); in assembled_system() 259 static PetscErrorCode FormFunction2(SNES snes, Vec x, Vec f, void *dummy) in FormFunction2() function
|
| /petsc/src/snes/tutorials/ |
| H A D | ex1.c | 30 extern PetscErrorCode FormFunction2(SNES, Vec, Vec, void *); 86 PetscCall(SNESSetFunction(snes, r, FormFunction2, NULL)); in main() 242 PetscErrorCode FormFunction2(SNES snes, Vec x, Vec f, void *dummy) in FormFunction2() function
|