Searched refs:periodicCells (Results 1 – 1 of 1) sorted by relevance
1575 PetscBT *periodicCells = NULL; in DMPlexCreateGmsh() local1943 PetscCall(PetscMalloc1(maxHeight + 1, &periodicCells)); in DMPlexCreateGmsh()1948 PetscCall(PetscBTCreate(pEnd - pStart, &periodicCells[h])); in DMPlexCreateGmsh()1957 PetscCall(PetscBTSet(periodicCells[h], p - pStart)); in DMPlexCreateGmsh()2078 if (PetscUnlikely(PetscBTLookup(periodicCells[h], p - pStart))) { in DMPlexCreateGmsh()2132 if (PetscUnlikely(PetscBTLookup(periodicCells[h], point - hStart))) { in DMPlexCreateGmsh()2170 for (PetscInt h = 0; h <= maxHeight; ++h) PetscCall(PetscBTDestroy(periodicCells + h)); in DMPlexCreateGmsh()2171 PetscCall(PetscFree(periodicCells)); in DMPlexCreateGmsh()