Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c1739 const PetscInt *is_values_local = NULL; in DMPlexView_Ascii() local
1742 PetscCall(ISGetIndices(is_values, &is_values_local)); in DMPlexView_Ascii()
1744 PetscCall(PetscArraycpy(values, is_values_local, numValues)); in DMPlexView_Ascii()
1746 PetscCall(ISRestoreIndices(is_values, &is_values_local)); in DMPlexView_Ascii()