Home
last modified time | relevance | path

Searched refs:ignoreLabelHalo (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex71.c55 PetscBool ignoreLabelHalo; /* Ignore filter values in the halo. */ member
62 options->ignoreLabelHalo = PETSC_FALSE; in ProcessOptions()
66 …"Ignore filter values in the halo", "ex80.c", options->ignoreLabelHalo, &options->ignoreLabelHalo,… in ProcessOptions()
138 …PetscCall(DMPlexFilter(dm, filter, filterValue, user.ignoreLabelHalo, user.sanitizeSubmesh, PetscO… in main()
/petsc/doc/changes/
H A D321.md195 - Add ignoreLabelHalo, sanitizeSubmesh, and ownershipTransferSF arguments to `DMPlexFilter()`
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3374 …ol markedFaces, PetscBool isCohesive, PetscInt cellHeight, PetscBool ignoreLabelHalo, PetscBool sa… in DMPlexCreateSubmeshGeneric_Interpolated() argument
3413 if (ignoreLabelHalo) { in DMPlexCreateSubmeshGeneric_Interpolated()
4298 PetscErrorCode DMPlexFilter(DM dm, DMLabel cellLabel, PetscInt value, PetscBool ignoreLabelHalo, Pe… in DMPlexFilter() argument
4310 …eric_Interpolated(dm, cellLabel, value, PETSC_FALSE, PETSC_FALSE, 0, ignoreLabelHalo, sanitizeSubm… in DMPlexFilter()