Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/power/
H A Dpower.h145 extern PetscErrorCode FormJacobian_Power(SNES, Vec, Mat, Mat, void *);
H A Dpower.c212 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian_Power, &User)); in main()
H A Dpffunctions.c214 PetscErrorCode FormJacobian_Power(SNES snes, Vec X, Mat J, Mat Jpre, void *appctx) in FormJacobian_Power() function