Lines Matching refs:interface_is

1231 …cErrorCode DMPlexComputeCompleteInterface_Private(DM ipdm, IS interface_faces_is, IS *interface_is)  in DMPlexComputeCompleteInterface_Private()  argument
1250 PetscCall(DMLabelGetStratumISOnComm_Private(label, value, comm, interface_is)); in DMPlexComputeCompleteInterface_Private()
1251 PetscCall(PetscObjectSetName((PetscObject)*interface_is, "interface_is")); in DMPlexComputeCompleteInterface_Private()
1252 PetscCall(ISViewFromOptions(*interface_is, NULL, "-interface_is_view")); in DMPlexComputeCompleteInterface_Private()
1385 static PetscErrorCode DMPlexComparePointSFWithInterface_Private(DM ipdm, IS interface_is) in DMPlexComparePointSFWithInterface_Private() argument
1404 if (interface_is) PetscCall(ISGetSize(interface_is, &N)); in DMPlexComparePointSFWithInterface_Private()
1413 PetscCall(ISEqual(interface_is, pointsf_is, &flg)); in DMPlexComparePointSFWithInterface_Private()
1418 CHKERRMY(ISDifference(interface_is, pointsf_is, &pointsf_missing_is)); in DMPlexComparePointSFWithInterface_Private()
1419 CHKERRMY(ISDifference(pointsf_is, interface_is, &pointsf_extra_is)); in DMPlexComparePointSFWithInterface_Private()
1474 IS boundary_faces_is, interface_faces_is, interface_is; in DMPlexCheckPointSFHeavy() local
1497 PetscCall(DMPlexComputeCompleteInterface_Private(ipdm, interface_faces_is, &interface_is)); in DMPlexCheckPointSFHeavy()
1504 PetscCall(DMPlexISFilterVertices_Private(ipdm, interface_is)); in DMPlexCheckPointSFHeavy()
1509 PetscCall(DMPlexComparePointSFWithInterface_Private(dm, interface_is)); in DMPlexCheckPointSFHeavy()
1511 PetscCall(ISDestroy(&interface_is)); in DMPlexCheckPointSFHeavy()