Searched refs:peri (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 488 int Nb, oclass, mtype, *senses, peri; in DMSnapToGeomModel_EGADS_Internal() local 542 PetscCall(EGlite_getRange(obj, range, &peri)); in DMSnapToGeomModel_EGADS_Internal() 544 PetscCall(EG_getRange(obj, range, &peri)); in DMSnapToGeomModel_EGADS_Internal() 777 int peri; in DMPlexGeomPrintModel_Internal() local 809 PetscCall(EGlite_getRange(edge, range, &peri)); in DMPlexGeomPrintModel_Internal() 811 PetscCall(EG_getRange(edge, range, &peri)); in DMPlexGeomPrintModel_Internal() 814 …COMM_SELF, " Peri = %d :: Range = %lf, %lf, %lf, %lf \n", peri, range[0], range[1]… in DMPlexGeomPrintModel_Internal() 1745 int peri, id; in DMPlexCreateGeom() local 1749 PetscCall(EGlite_getRange(face, range, &peri)); in DMPlexCreateGeom() 1752 PetscCall(EG_getRange(face, range, &peri)); in DMPlexCreateGeom() [all …]
|