Searched refs:AlgJacobian (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busadj.c | 718 PetscErrorCode AlgJacobian(SNES snes, Vec X, Mat A, Mat B, PetscCtx ctx) in AlgJacobian() function 908 PetscCall(SNESSetJacobian(snes_alg, J, J, AlgJacobian, &user)); in main()
|
| H A D | ex9busoptfd.c | 720 PetscErrorCode AlgJacobian(SNES snes, Vec X, Mat A, Mat B, PetscCtx ctx) in AlgJacobian() function 1041 PetscCall(SNESSetJacobian(snes_alg, J, J, AlgJacobian, ctx)); in FormFunction()
|
| H A D | ex9bus.c | 990 PetscErrorCode AlgJacobian(SNES snes, Vec X, Mat A, Mat B, PetscCtx ctx) in AlgJacobian() function 1250 PetscCall(SNESSetJacobian(snes_alg, J, J, AlgJacobian, &user)); in main()
|
| H A D | ex9busopt.c | 862 PetscErrorCode AlgJacobian(SNES snes, Vec X, Mat A, Mat B, PetscCtx ctx) in AlgJacobian() function 1281 PetscCall(SNESSetJacobian(snes_alg, ctx->J, ctx->J, AlgJacobian, ctx)); in FormFunctionGradient()
|