Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex5.c283 PetscCall(TSSetIJacobian(ts, J, J, TSComputeIJacobianDefaultColor, NULL)); in main()
/petsc/include/
H A Dpetscts.h781 PETSC_EXTERN PetscErrorCode TSComputeIJacobianDefaultColor(TS, PetscReal, Vec, Vec, PetscReal, Mat…
/petsc/src/ts/interface/
H A Dts.c410 PetscCall(TSSetIJacobian(ts, NULL, NULL, TSComputeIJacobianDefaultColor, NULL)); in TSSetFromOptions()
5571 PetscErrorCode TSComputeIJacobianDefaultColor(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal shift,… in TSComputeIJacobianDefaultColor() function