Searched refs:FormJacobian_Power (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | power.h | 145 extern PetscErrorCode FormJacobian_Power(SNES, Vec, Mat, Mat, void *);
|
| H A D | power.c | 212 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian_Power, &User)); in main()
|
| H A D | pffunctions.c | 214 PetscErrorCode FormJacobian_Power(SNES snes, Vec X, Mat J, Mat Jpre, void *appctx) in FormJacobian_Power() function
|