Searched refs:Nvp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexply.c | 26 PetscInt dim = 2, cdim = 3, Nvp = 0, coordSize, xi = -1, yi = -1, zi = -1, v, c, p; in DMPlexCreatePLYFromFile() local 82 …PetscCheck(Nvp < 16, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Cannot handle more than 16 property st… in DMPlexCreatePLYFromFile() 87 vtype[Nvp] = 'f'; in DMPlexCreatePLYFromFile() 91 vtype[Nvp] = 'd'; in DMPlexCreatePLYFromFile() 95 vtype[Nvp] = 'c'; in DMPlexCreatePLYFromFile() 99 if (matchB) xi = Nvp; in DMPlexCreatePLYFromFile() 101 if (matchB) yi = Nvp; in DMPlexCreatePLYFromFile() 103 if (matchB) zi = Nvp; in DMPlexCreatePLYFromFile() 104 ++Nvp; in DMPlexCreatePLYFromFile() 157 for (p = 0; p < Nvp; ++p) { in DMPlexCreatePLYFromFile()
|