Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/
H A Dex1.c87 PetscErrorCode FormJacobian_subPower(SNES snes, Vec X, Mat J, Mat Jpre, void *appctx) in FormJacobian_subPower() function
739 PetscCall(SNESSetJacobian(snes_power, Jac, Jac, FormJacobian_subPower, &user)); in main()