Searched refs:TSComputeIFunctionLinear (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 207 *ierr = TSSetIFunction(*ts, R, TSComputeIFunctionLinear, fP); in tssetifunction_()
|
| /petsc/src/ts/tests/ |
| H A D | ex3.c | 140 PetscCall(TSSetIFunction(ts, NULL, TSComputeIFunctionLinear, &appctx)); in main()
|
| /petsc/doc/manual/ |
| H A D | ts.md | 923 TSSetIFunction(ts,NULL,TSComputeIFunctionLinear,NULL); 940 TSSetIFunction(ts,NULL,TSComputeIFunctionLinear,NULL);
|
| /petsc/include/ |
| H A D | petscts.h | 777 PETSC_EXTERN PetscErrorCode TSComputeIFunctionLinear(TS, PetscReal, Vec, Vec, Vec, PetscCtx);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 4713 PetscErrorCode TSComputeIFunctionLinear(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in TSComputeIFunctionLinear() function
|