Searched refs:IJacobianHeat (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex3.c | 75 extern PetscErrorCode IJacobianHeat(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *); 189 PetscCall(TSSetIJacobian(ts, J, J, IJacobianHeat, &appctx)); in main() 532 PetscErrorCode IJacobianHeat(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal s, Mat A, Mat B, PetscC… in IJacobianHeat() function
|