Searched refs:tmpis (Results 1 – 1 of 1) sorted by relevance
1006 IS tmpis; in DMLabelGetStratumISOnComm_Private() local1009 PetscCall(DMLabelGetStratumIS(label, value, &tmpis)); in DMLabelGetStratumISOnComm_Private()1010 if (!tmpis) PetscCall(ISCreateGeneral(PETSC_COMM_SELF, 0, NULL, PETSC_USE_POINTER, &tmpis)); in DMLabelGetStratumISOnComm_Private()1011 PetscCall(ISOnComm(tmpis, comm, PETSC_COPY_VALUES, is)); in DMLabelGetStratumISOnComm_Private()1012 PetscCall(ISDestroy(&tmpis)); in DMLabelGetStratumISOnComm_Private()