Lines Matching defs:tj
52 PetscErrorCode TSTrajectorySet(TSTrajectory tj, TS ts, PetscInt stepnum, PetscReal time, Vec X) in TSTrajectorySet()
86 PetscErrorCode TSTrajectoryGetNumSteps(TSTrajectory tj, PetscInt *steps) in TSTrajectoryGetNumSteps()
115 PetscErrorCode TSTrajectoryGet(TSTrajectory tj, TS ts, PetscInt stepnum, PetscReal *time) in TSTrajectoryGet()
158 PetscErrorCode TSTrajectoryGetVecs(TSTrajectory tj, TS ts, PetscInt stepnum, PetscReal *time, Vec U… in TSTrajectoryGetVecs()
304 PetscErrorCode TSTrajectoryView(TSTrajectory tj, PetscViewer viewer) in TSTrajectoryView()
368 PetscErrorCode TSTrajectorySetTransform(TSTrajectory tj, PetscErrorCode (*transform)(void *, Vec, V… in TSTrajectorySetTransform()
396 PetscErrorCode TSTrajectoryCreate(MPI_Comm comm, TSTrajectory *tj) in TSTrajectoryCreate()
452 PetscErrorCode TSTrajectorySetType(TSTrajectory tj, TS ts, TSTrajectoryType type) in TSTrajectorySetType()
489 PetscErrorCode TSTrajectoryGetType(TSTrajectory tj, TS ts, TSTrajectoryType *type) in TSTrajectoryGetType()
536 PetscErrorCode TSTrajectoryReset(TSTrajectory tj) in TSTrajectoryReset()
561 PetscErrorCode TSTrajectoryDestroy(TSTrajectory *tj) in TSTrajectoryDestroy()
613 …TSTrajectorySetTypeFromOptions_Private(PetscOptionItems PetscOptionsObject, TSTrajectory tj, TS ts) in TSTrajectorySetTypeFromOptions_Private()
649 PetscErrorCode TSTrajectorySetUseHistory(TSTrajectory tj, PetscBool flg) in TSTrajectorySetUseHistory()
674 PetscErrorCode TSTrajectorySetMonitor(TSTrajectory tj, PetscBool flg) in TSTrajectorySetMonitor()
703 PetscErrorCode TSTrajectorySetKeepFiles(TSTrajectory tj, PetscBool flg) in TSTrajectorySetKeepFiles()
733 PetscErrorCode TSTrajectorySetDirname(TSTrajectory tj, const char dirname[]) in TSTrajectorySetDirname()
768 PetscErrorCode TSTrajectorySetFiletemplate(TSTrajectory tj, const char filetemplate[]) in TSTrajectorySetFiletemplate()
812 PetscErrorCode TSTrajectorySetFromOptions(TSTrajectory tj, TS ts) in TSTrajectorySetFromOptions()
858 PetscErrorCode TSTrajectorySetUp(TSTrajectory tj, TS ts) in TSTrajectorySetUp()
900 PetscErrorCode TSTrajectorySetSolutionOnly(TSTrajectory tj, PetscBool solution_only) in TSTrajectorySetSolutionOnly()
924 PetscErrorCode TSTrajectoryGetSolutionOnly(TSTrajectory tj, PetscBool *solution_only) in TSTrajectoryGetSolutionOnly()
957 PetscErrorCode TSTrajectoryGetUpdatedHistoryVecs(TSTrajectory tj, TS ts, PetscReal time, Vec *U, Ve… in TSTrajectoryGetUpdatedHistoryVecs()
1003 PetscErrorCode TSTrajectoryRestoreUpdatedHistoryVecs(TSTrajectory tj, Vec *U, Vec *Udot) in TSTrajectoryRestoreUpdatedHistoryVecs()