Searched refs:vIS (Results 1 – 2 of 2) sorted by relevance
54 IS valueIS, vIS; in AdaptMesh() local70 PetscCall(DMLabelGetValueIS(label, &vIS)); in AdaptMesh()71 PetscCall(ISDuplicate(vIS, &valueIS)); in AdaptMesh()72 PetscCall(ISDestroy(&vIS)); in AdaptMesh()100 PetscCall(DMLabelGetValueIS(label, &vIS)); in AdaptMesh()101 PetscCall(ISDuplicate(vIS, &valueIS)); in AdaptMesh()102 PetscCall(ISDestroy(&vIS)); in AdaptMesh()
2364 IS vIS; in DMLabelConvertToSection() local2372 PetscCall(DMLabelGetValueIS(label, &vIS)); in DMLabelConvertToSection()2373 PetscCall(ISGetIndices(vIS, &values)); in DMLabelConvertToSection()2406 PetscCall(ISRestoreIndices(vIS, &values)); in DMLabelConvertToSection()2407 PetscCall(ISDestroy(&vIS)); in DMLabelConvertToSection()