Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h193 PetscInt *pointSelfToAdaptCids; member
401 PetscCall(PetscFree(pforest->pointSelfToAdaptCids)); in DMForestDestroy_pforest()
2379 PetscCall(PetscArraycpy(cids, pforestC->pointSelfToAdaptCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
2865 pforestC->pointSelfToAdaptCids = cids; in DMPforestGetTransferSF_Point()
2867 PetscCall(PetscMalloc1(pEndF - pStartF, &pforestC->pointSelfToAdaptCids)); in DMPforestGetTransferSF_Point()
2868 PetscCall(PetscArraycpy(pforestC->pointSelfToAdaptCids, cids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()
4102 PetscCall(PetscFree(pforest->pointSelfToAdaptCids)); in DMForestClearAdaptivityForest_pforest()