Searched refs:interface_is (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 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 [all …]
|