Searched refs:offsetsNeg (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex49.c | 111 PetscInt *offsets, *offsetsNeg, *offsetsPos, Nface, Nc, n, i = 0; in CheckOffsets() local 113 …xGetLocalOffsetsSupport(dm, domain_label, label_value, &Nface, &Nc, &n, &offsetsNeg, &offsetsPos)); in CheckOffsets() 116 for (PetscInt c = 0; c < Nc; ++c) offsets[i++] = offsetsNeg[f] + c; in CheckOffsets() 120 PetscCall(PetscFree(offsetsNeg)); in CheckOffsets()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 195 … PetscInt *num_faces, PetscInt *num_comp, PetscInt *l_size, PetscInt **offsetsNeg, PetscInt **offs… in DMPlexGetLocalOffsetsSupport() argument 267 *offsetsNeg = restr_indices_neg; in DMPlexGetLocalOffsetsSupport()
|