Searched refs:rnum (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 1233 PetscRevolveInt rnum; in TSTrajectoryMemoryGet_TLR() local 1236 PetscCall(PetscRevolveIntCast((stridenum - 1) * tjsch->stride + 1, &rnum)); in TSTrajectoryMemoryGet_TLR() 1237 …PetscCall(ApplyRevolve(tj->monitor, tjsch->stype, tjsch->rctx, rtotal_steps, rnum, 1, PETSC_FALSE,… in TSTrajectoryMemoryGet_TLR()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 7095 int rnum, rlen, rshtype, rnpart, rnp; in DMPlexCreateShapefile() local 7100 PetscCall(PetscViewerBinaryRead(viewer, &rnum, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile() 7104 PetscCall(PetscInfo(viewer, "Shapefile: record %d length %d\n", rnum, rlen)); in DMPlexCreateShapefile()
|