Searched refs:rshtype (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 7095 int rnum, rlen, rshtype, rnpart, rnp; in DMPlexCreateShapefile() local 7107 PetscCall(PetscViewerBinaryRead(viewer, &rshtype, 1, &cnt, PETSC_INT32)); in DMPlexCreateShapefile() 7108 PetscCall(PetscByteSwap(&rshtype, PETSC_INT32, 1)); in DMPlexCreateShapefile() 7110 PetscCall(PetscInfo(viewer, "Shapefile: record shape type %d\n", rshtype)); in DMPlexCreateShapefile() 7112 switch (rshtype) { in DMPlexCreateShapefile()
|