Lines Matching refs:isHybrid
5 static PetscErrorCode DMPlexCellIsHybrid_Internal(DM dm, PetscInt p, PetscBool *isHybrid) in DMPlexCellIsHybrid_Internal() argument
16 *isHybrid = PETSC_TRUE; in DMPlexCellIsHybrid_Internal()
19 *isHybrid = PETSC_FALSE; in DMPlexCellIsHybrid_Internal()
3521 PetscBool isHybrid = PETSC_FALSE; in DMPlexCreateSubmeshGeneric_Interpolated() local
3523 PetscCall(DMPlexCellIsHybrid_Internal(dm, support[s], &isHybrid)); in DMPlexCreateSubmeshGeneric_Interpolated()
3524 if (!isHybrid) continue; in DMPlexCreateSubmeshGeneric_Interpolated()
4000 PetscBool isHybrid = PETSC_FALSE; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4003 PetscCall(DMPlexCellIsHybrid_Internal(dm, cell, &isHybrid)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4004 if (!isHybrid) continue; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4017 PetscBool isHybrid = PETSC_FALSE; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4019 PetscCall(DMPlexCellIsHybrid_Internal(dm, cells[p], &isHybrid)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4020 if (isHybrid) continue; in DMPlexCreateCohesiveSubmesh_Uninterpolated()