Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex1.c224 PetscCall(TSSetSolutionFunction(ts, (TSSolutionFn *)Solution, &ctx)); in main()
H A Dex3.c96 …PetscCall(TSSetSolutionFunction(ts, (PetscErrorCode (*)(TS, PetscReal, Vec, void *))Solution, &app… in main()
H A Dex6.c88 …PetscCall(TSSetSolutionFunction(ts, (PetscErrorCode (*)(TS, PetscReal, Vec, void *))Solution, &app… in main()
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex1.cxx247 PetscCall(TSSetSolutionFunction(ts, (TSSolutionFn *)Solution, &ctx)); in main()
/petsc/src/ts/tutorials/
H A Dex43.c193 PetscCall(TSSetSolutionFunction(ts, Solution, &user)); in main()
H A Dex50.c220 …PetscCall(TSSetSolutionFunction(appctx.ts, (PetscErrorCode (*)(TS, PetscReal, Vec, void *))TrueSol… in main()
/petsc/src/tao/unconstrained/tutorials/
H A Dspectraladjointassimilation.c223 …PetscCall(TSSetSolutionFunction(appctx.ts, (PetscErrorCode (*)(TS, PetscReal, Vec, void *))Compute… in main()
/petsc/doc/manual/
H A Dts.md955 the error as a function of time, only if `TSSetSolutionFunction()`
960 if `TSSetSolutionFunction()` is provided,
/petsc/include/
H A Dpetscts.h634 PETSC_EXTERN PetscErrorCode TSSetSolutionFunction(TS, TSSolutionFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c1069 PetscErrorCode TSSetSolutionFunction(TS ts, TSSolutionFn *f, PetscCtx ctx) in TSSetSolutionFunction() function