Home
last modified time | relevance | path

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

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c207 *ierr = TSSetIFunction(*ts, R, TSComputeIFunctionLinear, fP); in tssetifunction_()
/petsc/src/ts/tests/
H A Dex3.c140 PetscCall(TSSetIFunction(ts, NULL, TSComputeIFunctionLinear, &appctx)); in main()
/petsc/doc/manual/
H A Dts.md923 TSSetIFunction(ts,NULL,TSComputeIFunctionLinear,NULL);
940 TSSetIFunction(ts,NULL,TSComputeIFunctionLinear,NULL);
/petsc/include/
H A Dpetscts.h777 PETSC_EXTERN PetscErrorCode TSComputeIFunctionLinear(TS, PetscReal, Vec, Vec, Vec, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c4713 PetscErrorCode TSComputeIFunctionLinear(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in TSComputeIFunctionLinear() function