Home
last modified time | relevance | path

Searched refs:restr_indices_pos (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexceed.c201 PetscInt *restr_indices_neg, *restr_indices_pos; in DMPlexGetLocalOffsetsSupport() local
229 PetscCall(PetscMalloc1(NfInt, &restr_indices_pos)); in DMPlexGetLocalOffsetsSupport()
256 restr_indices_pos[face_offset_pos++] = loc; in DMPlexGetLocalOffsetsSupport()
268 *offsetsPos = restr_indices_pos; in DMPlexGetLocalOffsetsSupport()