Searched refs:TSComputeIJacobianConstant (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/interface/ftn-custom/ ! |
| H A D | ztsf.c | 239 *ierr = TSSetIJacobian(*ts, *A, *B, TSComputeIJacobianConstant, fP); in tssetijacobian_()
|
| /petsc/src/ts/tests/ ! |
| H A D | ex3.c | 141 PetscCall(TSSetIJacobian(ts, appctx.Amat, appctx.Amat, TSComputeIJacobianConstant, &appctx)); in main()
|
| /petsc/include/ ! |
| H A D | petscts.h | 778 PETSC_EXTERN PetscErrorCode TSComputeIJacobianConstant(TS, PetscReal, Vec, Vec, PetscReal, Mat, Ma…
|
| /petsc/doc/manual/ ! |
| H A D | ts.md | 924 TSSetIJacobian(ts,A,A,TSComputeIJacobianConstant,NULL);
|
| /petsc/src/ts/interface/ ! |
| H A D | ts.c | 4765 PetscErrorCode TSComputeIJacobianConstant(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal shift, Mat… in TSComputeIJacobianConstant() function
|