Home
last modified time | relevance | path

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

/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c77 PetscErrorCode FormJacobianState(Tao, Vec, Mat, Mat, Mat, void *);
152 PetscCall(TaoSetJacobianStateRoutine(tao, user.Js, NULL, user.JsInv, FormJacobianState, &user)); in main()
248 PetscErrorCode FormJacobianState(Tao tao, Vec X, Mat J, Mat JPre, Mat JInv, void *ptr) in FormJacobianState() function
H A Dhyperbolic.c64 PetscErrorCode FormJacobianState(Tao, Vec, Mat, Mat, Mat, void *);
179 …PetscCall(TaoSetJacobianStateRoutine(tao, user.Js, user.Js, user.JsInv, FormJacobianState, &user)); in main()
299 PetscErrorCode FormJacobianState(Tao tao, Vec X, Mat J, Mat JPre, Mat JInv, void *ptr) in FormJacobianState() function
H A Dparabolic.c69 PetscErrorCode FormJacobianState(Tao, Vec, Mat, Mat, Mat, void *);
185 …(TaoSetJacobianStateRoutine(tao, user.Js, user.JsBlockPrec, user.JsInv, FormJacobianState, &user)); in main()
326 PetscErrorCode FormJacobianState(Tao tao, Vec X, Mat J, Mat JPre, Mat JInv, void *ptr) in FormJacobianState() function