Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h173 …PetscInt *tree_face_to_uniq; /* p4est does not explicitly enumerate facets, but we mus… member
247 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() local
773 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() argument
1497 *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 …]