Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h429 …pforest_coarsen_currlevel(p4est_t *p4est, p4est_topidx_t which_tree, p4est_quadrant_t *quadrants[]) in pforest_coarsen_currlevel() argument
435 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() argument
444 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() argument
454 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 …]