Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1507 PetscSection ett; in DMPlexCreateConnectivity_pforest() local
1557 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &ett)); in DMPlexCreateConnectivity_pforest()
1558 PetscCall(PetscSectionSetChart(ett, eStart, eEnd)); in DMPlexCreateConnectivity_pforest()
1575 if (cellEdge == e) PetscCall(PetscSectionAddDof(ett, e, 1)); in DMPlexCreateConnectivity_pforest()
1582 PetscCall(PetscSectionSetUp(ett)); in DMPlexCreateConnectivity_pforest()
1583 PetscCall(PetscSectionGetStorageSize(ett, &ettSize)); in DMPlexCreateConnectivity_pforest()
1691 PetscCall(PetscSectionGetOffset(ett, e, &off)); in DMPlexCreateConnectivity_pforest()
1727 PetscCall(PetscSectionDestroy(&ett)); in DMPlexCreateConnectivity_pforest()