Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1504 PetscSection ctt; in DMPlexCreateConnectivity_pforest() local
1526 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &ctt)); in DMPlexCreateConnectivity_pforest()
1527 PetscCall(PetscSectionSetChart(ctt, vStart, vEnd)); in DMPlexCreateConnectivity_pforest()
1544 if (cellVert == v) PetscCall(PetscSectionAddDof(ctt, v, 1)); in DMPlexCreateConnectivity_pforest()
1551 PetscCall(PetscSectionSetUp(ctt)); in DMPlexCreateConnectivity_pforest()
1552 PetscCall(PetscSectionGetStorageSize(ctt, &cttSize)); in DMPlexCreateConnectivity_pforest()
1735 PetscCall(PetscSectionGetOffset(ctt, v, &off)); in DMPlexCreateConnectivity_pforest()
1760 PetscCall(PetscSectionDestroy(&ctt)); in DMPlexCreateConnectivity_pforest()