Searched refs:cptype_int (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 340 PetscInt ndumped, cptype_int; in StackDumpAll() local 360 cptype_int = (PetscInt)e->cptype; in StackDumpAll() 361 PetscCall(PetscViewerBinaryWrite(tjsch->viewer, &cptype_int, 1, PETSC_INT)); in StackDumpAll() 380 PetscInt i, nloaded, cptype_int; in StackLoadAll() local 397 PetscCall(PetscViewerBinaryRead(viewer, &cptype_int, 1, NULL, PETSC_INT)); in StackLoadAll() 398 PetscCall(ElementCreate(ts, (CheckpointType)cptype_int, stack, &e)); in StackLoadAll()
|