Home
last modified time | relevance | path

Searched refs:FormJacobian_Power_private (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/tutorials/network/power/
H A Dpower.h146 extern PetscErrorCode FormJacobian_Power_private(DM, Vec, Mat, PetscInt, PetscInt, const PetscInt *…
H A Dpffunctions.c32 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 Dex1.c112 PetscCall(FormJacobian_Power_private(networkdm, localX, J, nv, ne, vtx, edges, appctx)); in FormJacobian_subPower()