Searched refs:CheckpointType (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 45 } CheckpointType; typedef 59 CheckpointType cptype; 161 static PetscErrorCode ElementCreate(TS ts, CheckpointType cptype, Stack *stack, StackElement *e) in ElementCreate() 303 …m, PetscReal time, PetscReal timeprev, Vec X, Vec *Y, PetscInt numY, CheckpointType cptype, PetscV… in WriteToDisk() 320 … PetscReal *time, PetscReal *timeprev, Vec X, Vec *Y, PetscInt numY, CheckpointType cptype, PetscV… in ReadFromDisk() 398 PetscCall(ElementCreate(ts, (CheckpointType)cptype_int, stack, &e)); in StackLoadAll() 624 CheckpointType cptype; in TSTrajectoryMemorySet_N() 661 CheckpointType cptype; in TSTrajectoryMemorySet_N_2() 721 CheckpointType cptype; in TSTrajectoryMemorySet_TLNR() 787 CheckpointType cptype = STAGESONLY; in TSTrajectoryMemoryGet_TLNR() [all …]
|