Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3832 static PetscErrorCode PforestQuadrantIsInterior(p4est_quadrant_t *quad, PetscBool *is_interior) in PforestQuadrantIsInterior() argument
3841 *is_interior = PETSC_TRUE; in PforestQuadrantIsInterior()
3843 *is_interior = PETSC_FALSE; in PforestQuadrantIsInterior()
3852 PetscBool is_interior; in PforestCheckLocalizeCell() local
3855 PetscCall(PforestQuadrantIsInterior(quad, &is_interior)); in PforestCheckLocalizeCell()
3856 if (is_interior) { // quads in the interior of a coarse cell can't touch periodic interfaces in PforestCheckLocalizeCell()