Searched refs:offsetsPos (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() 117 for (PetscInt c = 0; c < Nc; ++c) offsets[i++] = offsetsPos[f] + c; in CheckOffsets() 121 PetscCall(PetscFree(offsetsPos)); in CheckOffsets()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 195 …Int *num_faces, PetscInt *num_comp, PetscInt *l_size, PetscInt **offsetsNeg, PetscInt **offsetsPos) in DMPlexGetLocalOffsetsSupport() argument 268 *offsetsPos = restr_indices_pos; in DMPlexGetLocalOffsetsSupport()
|