Searched refs:is_values (Results 1 – 2 of 2) sorted by relevance
1349 IS is_values = NULL; in DMLabelGetValueISGlobal() local1365 if (get_nonempty) PetscCall(DMLabelGetNonEmptyStratumValuesIS(label, &is_values)); in DMLabelGetValueISGlobal()1366 else PetscCall(DMLabelGetValueIS(label, &is_values)); in DMLabelGetValueISGlobal()1367 PetscCall(ISGetIndices(is_values, &values_local)); in DMLabelGetValueISGlobal()1368 PetscCall(ISGetLocalSize(is_values, &num_values_local)); in DMLabelGetValueISGlobal()1402 if (is_values) { in DMLabelGetValueISGlobal()1403 PetscCall(ISRestoreIndices(is_values, &values_local)); in DMLabelGetValueISGlobal()1404 PetscCall(ISDestroy(&is_values)); in DMLabelGetValueISGlobal()
1738 IS is_values; in DMPlexView_Ascii() local1741 PetscCall(DMLabelGetValueIS(label, &is_values)); in DMPlexView_Ascii()1742 PetscCall(ISGetIndices(is_values, &is_values_local)); in DMPlexView_Ascii()1746 PetscCall(ISRestoreIndices(is_values, &is_values_local)); in DMPlexView_Ascii()1747 PetscCall(ISDestroy(&is_values)); in DMPlexView_Ascii()