Searched refs:is_values_local (Results 1 – 1 of 1) sorted by relevance
1739 const PetscInt *is_values_local = NULL; in DMPlexView_Ascii() local1742 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()