Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex14.c894 static PetscErrorCode THIFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in THIFunction() function
1575 PetscCall(TSSetIFunction(ts, NULL, THIFunction, thi)); in main()