Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex66.c27 extern PetscErrorCode ComputeJacobian(KSP, Mat, Mat, void *);
53 PetscCall(KSPSetComputeOperators(ksp, ComputeJacobian, &user)); in main()
98 PetscErrorCode ComputeJacobian(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeJacobian() function
H A Dex50.c31 extern PetscErrorCode ComputeJacobian(KSP, Mat, Mat, void *);
57 PetscCall(KSPSetComputeOperators(ksp, ComputeJacobian, &user)); in main()
102 PetscErrorCode ComputeJacobian(KSP ksp, Mat J, Mat jac, PetscCtx ctx) in ComputeJacobian() function
H A Dex14f.F90227 subroutine ComputeJacobian(X, jac, ierr) subroutine
471 PetscCallA(ComputeJacobian(X, B, ierr))
/petsc/src/snes/tutorials/
H A Dex47cu.cu17 extern PetscErrorCode ComputeFunction(SNES, Vec, Vec, void *), ComputeJacobian(SNES, Vec, Mat, Mat,…
46 PetscCall(SNESSetJacobian(snes, J, J, ComputeJacobian, da)); in main()
150 PetscErrorCode ComputeJacobian(SNES, Vec x, Mat J, Mat, PetscCtx ctx) in ComputeJacobian() function
H A Dex7.c290 static PetscErrorCode ComputeJacobian(DM dm, Vec u, Mat J) in ComputeJacobian() function
541 PetscCall(ComputeJacobian(dm, u, J)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex14.c71 extern PetscErrorCode ComputeJacobian(AppCtx *, Vec, Mat);
204 PetscCall(ComputeJacobian(&user, X, J)); in main()
422 PetscErrorCode ComputeJacobian(AppCtx *user, Vec X, Mat jac) in ComputeJacobian() function