Home
last modified time | relevance | path

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

/petsc/src/dm/label/
H A Ddmlabel.c1349 IS is_values = NULL; in DMLabelGetValueISGlobal() local
1365 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()
/petsc/src/dm/impls/plex/
H A Dplex.c1738 IS is_values; in DMPlexView_Ascii() local
1741 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()