Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/basic/
H A Dtrajbasic.c26 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 Dtrajmemory.c175 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 Dex9busoptfd.c807 PetscCall(TSGetStages(ts, &Nr, &Y)); in MonitorUpdateQ()
/petsc/include/
H A Dpetscts.h531 PETSC_EXTERN PetscErrorCode TSGetStages(TS, PetscInt *, Vec *[]);
/petsc/src/ts/interface/
H A Dts.c5525 PetscErrorCode TSGetStages(TS ts, PetscInt *ns, Vec **Y) in TSGetStages() function