Searched refs:quadrants (Results 1 – 1 of 1) sorted by relevance
429 …pforest_coarsen_currlevel(p4est_t *p4est, p4est_topidx_t which_tree, p4est_quadrant_t *quadrants[]) in pforest_coarsen_currlevel() argument435 if (quadrants[0]->level <= minLevel) return 0; in pforest_coarsen_currlevel()436 return (int)((PetscInt)quadrants[0]->level == currLevel); in pforest_coarsen_currlevel()439 …t pforest_coarsen_uniform(p4est_t *p4est, p4est_topidx_t which_tree, p4est_quadrant_t *quadrants[]) in pforest_coarsen_uniform() argument444 return (int)((PetscInt)quadrants[0]->level > minLevel); in pforest_coarsen_uniform()447 … pforest_coarsen_flag_any(p4est_t *p4est, p4est_topidx_t which_tree, p4est_quadrant_t *quadrants[]) in pforest_coarsen_flag_any() argument454 if (quadrants[0]->level <= minLevel) return 0; in pforest_coarsen_flag_any()456 if (quadrants[i]->p.user_int == DM_ADAPT_KEEP) { in pforest_coarsen_flag_any()460 if (quadrants[i]->p.user_int == DM_ADAPT_COARSEN) { in pforest_coarsen_flag_any()468 … pforest_coarsen_flag_all(p4est_t *p4est, p4est_topidx_t which_tree, p4est_quadrant_t *quadrants[]) in pforest_coarsen_flag_all() argument[all …]