Searched refs:tsin (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5717 PetscErrorCode TSClone(TS tsin, TS *tsout) in TSClone() argument 5725 PetscAssertPointer(tsin, 1); in TSClone() 5728 …(t, TS_CLASSID, "TS", "Time stepping", "TS", PetscObjectComm((PetscObject)tsin), TSDestroy, TSView… in TSClone() 5740 PetscCall(TSGetSNES(tsin, &snes_start)); in TSClone() 5743 PetscCall(TSGetDM(tsin, &dm)); in TSClone() 5746 t->adapt = tsin->adapt; in TSClone() 5749 t->trajectory = tsin->trajectory; in TSClone() 5752 t->event = tsin->event; in TSClone() 5755 t->problem_type = tsin->problem_type; in TSClone() 5756 t->ptime = tsin->ptime; in TSClone() [all …]
|