Searched refs:is_interior (Results 1 – 1 of 1) sorted by relevance
3832 static PetscErrorCode PforestQuadrantIsInterior(p4est_quadrant_t *quad, PetscBool *is_interior) in PforestQuadrantIsInterior() argument3841 *is_interior = PETSC_TRUE; in PforestQuadrantIsInterior()3843 *is_interior = PETSC_FALSE; in PforestQuadrantIsInterior()3852 PetscBool is_interior; in PforestCheckLocalizeCell() local3855 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()