Home
last modified time | relevance | path

Searched refs:restr_indices_neg (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
228 PetscCall(PetscMalloc1(NfInt, &restr_indices_neg)); in DMPlexGetLocalOffsetsSupport()
249 restr_indices_neg[face_offset_neg++] = loc; in DMPlexGetLocalOffsetsSupport()
267 *offsetsNeg = restr_indices_neg; in DMPlexGetLocalOffsetsSupport()