Searched refs:FormFunctionMatlab (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex5.c | 462 static PetscErrorCode FormFunctionMatlab(SNES snes, Vec X, Vec F, void *ptr) in FormFunctionMatlab() function 712 PetscCall(SNESSetFunction(snes, r, FormFunctionMatlab, &user)); in main()
|
| H A D | ex55.c | 406 static PetscErrorCode FormFunctionMatlab(SNES snes, Vec X, Vec F, void *ptr) in FormFunctionMatlab() function 679 PetscCall(SNESSetFunction(snes, r, FormFunctionMatlab, &user)); in main()
|