Searched refs:FormJacobian_Power_private (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | power.h | 146 extern PetscErrorCode FormJacobian_Power_private(DM, Vec, Mat, PetscInt, PetscInt, const PetscInt *…
|
| H A D | pffunctions.c | 32 PetscErrorCode FormJacobian_Power_private(DM networkdm, Vec localX, Mat J, PetscInt nv, PetscInt ne… in FormJacobian_Power_private() function 231 PetscCall(FormJacobian_Power_private(networkdm, localX, J, nv, ne, vtx, edges, appctx)); in FormJacobian_Power()
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 112 PetscCall(FormJacobian_Power_private(networkdm, localX, J, nv, ne, vtx, edges, appctx)); in FormJacobian_subPower()
|