Searched refs:TSInterpolate (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex19.c | 142 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor()
|
| H A D | ex20.c | 104 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor()
|
| H A D | ex16.c | 169 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor()
|
| H A D | ex20fwd.c | 112 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor()
|
| H A D | ex20adj.c | 227 PetscCall(TSInterpolate(ts, user->next_output, interpolatedU)); in Monitor()
|
| H A D | ex20opt_ic.c | 165 PetscCall(TSInterpolate(ts, user->next_output, interpolatedU)); in Monitor()
|
| H A D | ex20opt_p.c | 353 PetscCall(TSInterpolate(ts, user->next_output, interpolatedX)); in Monitor()
|
| /petsc/src/ts/tests/ |
| H A D | ex4.c | 164 PetscCall(TSInterpolate(ts, ftime_original, global)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 272 PetscErrorCode TSInterpolate(PetscTS, PetscReal, PetscVec)
|
| H A D | TS.pyx | 2553 petsc.TSInterpolate 2557 CHKERR(TSInterpolate(self.ts, rval, u.vec))
|
| H A D | libpetsc4py.pyx | 2592 FunctionBegin(b"TSInterpolate _Python")
|
| /petsc/include/ |
| H A D | petscts.h | 800 PETSC_EXTERN PetscErrorCode TSInterpolate(TS, PetscReal, Vec);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 3454 PetscErrorCode TSInterpolate(TS ts, PetscReal t, Vec U) in TSInterpolate() function 4227 PetscCall(TSInterpolate(ts, ts->max_time, u)); in TSSolve()
|