Home
last modified time | relevance | path

Searched refs:TSTrajectoryDestroy (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/trajectory/interface/
H A Dtraj.c404 …TSTRAJECTORY_CLASSID, "TSTrajectory", "Time stepping", "TS", comm, TSTrajectoryDestroy, TSTrajecto… in TSTrajectoryCreate()
561 PetscErrorCode TSTrajectoryDestroy(TSTrajectory *tj) in TSTrajectoryDestroy() function
/petsc/src/ts/interface/
H A Dts.c518 PetscCall(TSTrajectoryDestroy(&ts->trajectory)); in TSResetTrajectory()
540 if (ts->trajectory) PetscCall(TSTrajectoryDestroy(&ts->trajectory)); in TSRemoveTrajectory()
2672 PetscCall(TSTrajectoryDestroy(&(*ts)->trajectory)); in TSDestroy()
/petsc/include/
H A Dpetscts.h334 PETSC_EXTERN PetscErrorCode TSTrajectoryDestroy(TSTrajectory *);