Searched refs:offDG (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 428 PetscInt p = 0, q, dof, cdof, d, offDG; in DMLocalizeCoordinates() local 433 PetscCall(PetscSectionGetOffset(csDG, c, &offDG)); in DMLocalizeCoordinates() 439 …all(DMLocalizeCoordinate_Internal(dm, Nc, anchor, &cellCoords[p * Nc], &coordsDG[offDG + p * Nc])); in DMLocalizeCoordinates() 442 …] > 0. && ((PetscRealPart(coordsDG[offDG + p * Nc + d]) < (Lstart ? Lstart[d] : 0.)) || (PetscReal… in DMLocalizeCoordinates()
|