Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1479 PetscInt *ttf, f, t, g, count; in PforestConnectivityEnumerateFacets() local
1484 PetscCall(PetscMalloc1(numFacets, &ttf)); in PforestConnectivityEnumerateFacets()
1485 for (f = 0; f < numFacets; f++) ttf[f] = -1; in PforestConnectivityEnumerateFacets()
1488 if (ttf[g] == -1) { in PforestConnectivityEnumerateFacets()
1491 ttf[g] = count++; in PforestConnectivityEnumerateFacets()
1493 ttf[ng] = ttf[g]; in PforestConnectivityEnumerateFacets()
1497 *tree_face_to_uniq = ttf; in PforestConnectivityEnumerateFacets()
1517 PetscInt *ttf; in DMPlexCreateConnectivity_pforest() local
1594 PetscCall(PetscMalloc1((cEnd - cStart) * P4EST_FACES, &ttf)); in DMPlexCreateConnectivity_pforest()
1639 ttf[P4EST_FACES * (p - cStart) + PetscFaceToP4estFace[i]] = f - fStart; in DMPlexCreateConnectivity_pforest()
[all …]