Searched refs:totlen (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 7063 int magic, dummy[5], len, version, shtype, totlen = 0; in DMPlexCreateShapefile() local 7093 totlen += 100; in DMPlexCreateShapefile() 7105 totlen += 8; in DMPlexCreateShapefile() 7111 totlen += 4; in DMPlexCreateShapefile() 7126 totlen += 40; in DMPlexCreateShapefile() 7131 totlen += 4 * rnpart; in DMPlexCreateShapefile() 7136 totlen += 8 * rnp * 2; in DMPlexCreateShapefile() 7137 …PetscCheck(totlen == 2 * len, PETSC_COMM_SELF, PETSC_ERR_SUP, "Unable to parse Shapefile file: onl… in DMPlexCreateShapefile() 7142 … PetscCall(PetscInfo(viewer, "Shapefile: record first polygon size %d totlen %d\n", Nv, totlen)); in DMPlexCreateShapefile()
|