Searched refs:tree_face_to_uniq (Results 1 – 1 of 1) sorted by relevance
173 …PetscInt *tree_face_to_uniq; /* p4est does not explicitly enumerate facets, but we mus… member247 PetscCall(PetscFree((*topo)->tree_face_to_uniq)); in DMFTopologyDestroy_pforest()279 PetscCall(PforestConnectivityEnumerateFacets((*topo)->conn, &(*topo)->tree_face_to_uniq)); in DMFTopologyCreateBrick_pforest()352 PetscCall(PforestConnectivityEnumerateFacets((*topo)->conn, &(*topo)->tree_face_to_uniq)); in DMFTopologyCreate_pforest()748 PetscInt *tree_face_to_uniq = NULL; in DMSetUp_pforest() local773 PetscCall(DMPlexCreateConnectivity_pforest(base, &conn, &tree_face_to_uniq)); in DMSetUp_pforest()800 topo->tree_face_to_uniq = tree_face_to_uniq; in DMSetUp_pforest()1477 …orCode PforestConnectivityEnumerateFacets(p4est_connectivity_t *conn, PetscInt **tree_face_to_uniq) in PforestConnectivityEnumerateFacets() argument1497 *tree_face_to_uniq = ttf; in PforestConnectivityEnumerateFacets()1501 …PlexCreateConnectivity_pforest(DM dm, p4est_connectivity_t **connOut, PetscInt **tree_face_to_uniq) in DMPlexCreateConnectivity_pforest() argument[all …]