Searched refs:TSGetStages (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/trajectory/impls/basic/ |
| H A D | trajbasic.c | 26 PetscCall(TSGetStages(ts, &ns, &Y)); in TSTrajectorySet_Basic() 74 PetscCall(TSGetStages(ts, &ns, &Y)); in TSTrajectoryGet_Basic()
|
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 175 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in ElementCreate() 189 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in ElementCreate() 207 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in ElementSet() 369 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in StackDumpAll() 406 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in StackLoadAll() 435 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in StackLoadLast() 487 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in DumpSingle() 511 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in LoadSingle() 529 PetscCall(TSGetStages(ts, &stack->numY, &Y)); in UpdateTS() 694 PetscCall(TSGetStages(ts, &ns, PETSC_IGNORE)); in TSTrajectoryMemoryGet_N() [all …]
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busoptfd.c | 807 PetscCall(TSGetStages(ts, &Nr, &Y)); in MonitorUpdateQ()
|
| /petsc/include/ |
| H A D | petscts.h | 531 PETSC_EXTERN PetscErrorCode TSGetStages(TS, PetscInt *, Vec *[]);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5525 PetscErrorCode TSGetStages(TS ts, PetscInt *ns, Vec **Y) in TSGetStages() function
|